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

Support for vc10 #5

Closed
devtoty opened this issue Jul 19, 2013 · 9 comments
Closed

Support for vc10 #5

devtoty opened this issue Jul 19, 2013 · 9 comments
Assignees
Labels
wontfix Wont be fixed/changed at all

Comments

@devtoty
Copy link

devtoty commented Jul 19, 2013

Can add support for vc10 because i'm using win xp or upload libs for vc12?

@ghost ghost assigned kornholi Jul 19, 2013
@marksamman
Copy link
Member

We will not upload libraries to the repository. You will be able to generate vc10 project files using CMake, although I'm not sure if that is possible yet. Assigning this to @kornholi.

@devtoty
Copy link
Author

devtoty commented Jul 19, 2013

Can create a wiki how to compile / generete vc10 project ?

@jprzimba
Copy link

vc10 don't support because of c++11

@marksamman
Copy link
Member

As far as I know, we haven't used any C++11 feature that isn't supported by vc10, so compiling using vc10 should be possible although I can't guarantee that we won't use C++11 features that aren't supported by vc10 in the future.

@jprzimba
Copy link

Mark I got errow while trying to generate vc10 using cmake
It's says: Your config don't support vc10 project because of c++11.
Maybe it.. i don't remember the correct reply

@kornholi
Copy link
Member

Well then we don't support vc10. Either install vc11/12 or fix it yourself. You can use vc10 libs from tfssdk in vc11.

@jprzimba
Copy link

vc11 works with win xp? or just serven or high?

@marksamman
Copy link
Member

Yes, but you have to set the toolset to v110_xp.

@comedinha
Copy link
Contributor

Use Dev-C++
http://sourceforge.net/projects/orwelldevcpp/
A new version support C++11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix Wont be fixed/changed at all
Projects
None yet
Development

No branches or pull requests

5 participants