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

Patch for problem with VS2005 compiler/linker #41

Closed
GoogleCodeExporter opened this issue Nov 13, 2015 · 3 comments
Closed

Patch for problem with VS2005 compiler/linker #41

GoogleCodeExporter opened this issue Nov 13, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Try to compile mongoose with VS2005 compiler

What is the expected output? What do you see instead?
Linker complains about unresolved symbol _SignalObjectAndWait

What version of the product are you using? On what operating system?
- Mongoose 2.6 & SVN trunk
- VS2005 SP1

Please provide any additional information below.
The function SignalObjectAndWait requires the symbol _WIN32_WINNT to be
defined with a value >= 0x0400. The attached patch contains the required
change.

Original issue reported on code.google.com by arnold.k...@gmail.com on 18 May 2009 at 8:45

Attachments:

@GoogleCodeExporter
Copy link
Author

I have just recently submitted similar patch from AeroX to the Makefile,
could you confirm that it works please?

Original comment by valenok on 18 May 2009 at 8:49

@GoogleCodeExporter
Copy link
Author

The patch in the Makefile works when the Makefile is used to build EXE/DLL 
version of
Mongoose. In my usage scenario (statically linked library integrated in the 
build of
a larger software) the Makefile patch doesn't help. Of course I can manually 
add the
definition to the compiler commandline, but the patch I submitted does no harm 
and
eliminates the problem in all possible use cases.

Original comment by arnold.k...@gmail.com on 18 May 2009 at 9:11

@GoogleCodeExporter
Copy link
Author

Submitted http://code.google.com/p/mongoose/source/detail?r=358 , thanks.

Original comment by valenok on 18 May 2009 at 9:21

  • Changed state: Fixed

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

No branches or pull requests

1 participant