Skip to content
New issue

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

Create WinXP Binaries #39

Closed
devBioS opened this issue Mar 17, 2017 · 4 comments
Closed

Create WinXP Binaries #39

devBioS opened this issue Mar 17, 2017 · 4 comments
Milestone

Comments

@devBioS
Copy link

devBioS commented Mar 17, 2017

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

@securesocketfunneling securesocketfunneling added this to the 2.3.0 milestone Mar 21, 2017
@securesocketfunneling
Copy link
Owner

securesocketfunneling commented Mar 21, 2017

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"

@securesocketfunneling
Copy link
Owner

Hello @devBioS ,

SSF 3.0.0 is out and Windows binaries are now XP compatible.

@Metabool
Copy link

Hey @securesocketfunneling,
Thank you very MUCH! :)

@devBioS
Copy link
Author

devBioS commented Nov 26, 2017

Yeah, thanks a lot @securesocketfunneling, exactly what I needed! Love SSF :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants