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

WINVER param needs update. #1

Open
russellfei opened this issue Aug 23, 2018 · 0 comments
Open

WINVER param needs update. #1

russellfei opened this issue Aug 23, 2018 · 0 comments

Comments

@russellfei
Copy link

For anyone who wants to compile CxImage using visual studio 2017, the definition of WINNT in StdAfx.h (in demo and demoDLL) should be changed to the following:

#ifndef WINVER 
#define WINVER  0x0602
#endif

After then, all should be good to generate your desired CxImage library.

For the moment, this version is the only project that can yield .dlls under Win10 + VS2017. If there is any other version of CxImage could also be painlessly compiled on such platform, please let me know.

Finally, thanks @wavescholar for sharing this.

Regards,
russellfei

@russellfei russellfei changed the title WINNT param needs update. WINVER param needs update. Aug 23, 2018
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

1 participant