We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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"
Sorry, something went wrong.
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 :-)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: