Copy over some MSDN code into tcp_client.h. Beginning of project

This commit is contained in:
2025-09-13 22:25:33 -05:00
commit 197ff389db
7 changed files with 483 additions and 0 deletions

23
activate.bat Normal file
View File

@@ -0,0 +1,23 @@
FOR /r "C:\Program Files\Microsoft Visual Studio" %%G IN (*vcvars64.bat) DO (
SET "_file=%%G"
SET "_comp=%_file:\VC\=%"
IF NOT "%_comp%" == "%_file%" Call "%_file%"
)
FOR /r "C:\Program Files\Microsoft Visual Studio" %%G IN (*vcvars64.bat) DO (
SET "_file=%%G"
SET "_comp=%_file:\VC\=%"
IF NOT "%_comp%" == "%_file%" Call "%_file%"
)
FOR /r "C:\Program Files (x86)\Microsoft Visual Studio" %%G IN (*vcvars64.bat) DO (
SET "_file=%%G"
SET "_comp=%_file:\VC\=%"
IF NOT "%_comp%" == "%_file%" Call "%_file%"
)
FOR /r "C:\Program Files (x86)\Microsoft Visual Studio" %%G IN (*vcvars64.bat) DO (
SET "_file=%%G"
SET "_comp=%_file:\VC\=%"
IF NOT "%_comp%" == "%_file%" Call "%_file%"
)