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

vs2012 express desktop build support #50

Closed
jmansion opened this issue Jan 2, 2013 · 2 comments
Closed

vs2012 express desktop build support #50

jmansion opened this issue Jan 2, 2013 · 2 comments

Comments

@jmansion
Copy link

jmansion commented Jan 2, 2013

Found I could get a build (or at least as much as I wanted) using:

buildwin 110 build shared release Win32 nosamples msbuild

Note that:

  • adding 'notests' in there breaks it, seems to be a problem with the number of arg shifts
  • x64 build does not work - the link line is right but we still use the 32 bit compiler
  • change the include in DLLVersion.rc to "windows.h" from "afxres.h" (not present in this release; should be portable with windows.h though AFAIK)

The components setting isn't robust; if you disable XML then utils will not build.

@aleks-f
Copy link
Member

aleks-f commented Jan 3, 2013

This has been tossed around quite a bit; I laid out a plan some time ago:

http://pocoproject.org/forum/viewtopic.php?f=12&t=5446&start=10#p9211

Would be nice if someone would step up and do the work.

@aleks-f
Copy link
Member

aleks-f commented Jan 13, 2013

I ported fix from 1.4.6 to post-1.5.1 develop and verified build with devenv does not break:

9619dfb

Can you check msbuild?

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

2 participants