Closed devBioS closed 7 years ago
Hello,
It is already planned for 2.3.0 :-)
I think the build should already be possible by indicating the XP toolset when generating the solution with CMake.
Using Visual Studio 2013:
cmake .. -T "v120_xp"
Using Visual Studio 2015:
cmake .. -T "v140_xp"
Hello @devBioS ,
SSF 3.0.0 is out and Windows binaries are now XP compatible.
Hey @securesocketfunneling, Thank you very MUCH! :)
Yeah, thanks a lot @securesocketfunneling, exactly what I needed! Love SSF :-)
The tool is incredibly useful but the project binaries are compiled against windows linker v6.0 whereas support on WindowsXP need to be 5.0.1
the CMake file for MS compilation has a flag (add_definitions(-D_WIN32_WINNT=0x0501)) but the executables on the websites have linked for v6.0
Best regards