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

Projects do not compile with the latest stable VS (2013) #3

Open
tandasat opened this issue Jul 10, 2015 · 2 comments
Open

Projects do not compile with the latest stable VS (2013) #3

tandasat opened this issue Jul 10, 2015 · 2 comments

Comments

@tandasat
Copy link
Owner

HEAD source tree cannot be loaded by the VS2013, which is the latest stable version.

Upgrade projects files to VS2015 once it has been release (planned on July 20th), and fix them to allow ScopedResource to be able to compile without any extra modification by individual developers (See Issue #2 ).

@halsten
Copy link

halsten commented Jul 10, 2015

It does compile with VS2013, I just needed to add the VC++ directory for the SDK to be able to include "type_traits". So I can properly verify that the changes shouldn't be a lot at least on my side that's what I did and compilation was smooth after that.

@tandasat
Copy link
Owner Author

Thanks for explanation , Right, additional settings will be adding the VC++ directory path for the SDK in VS2013.

What #3 should address is that projects are not loaded with the latest stable VS, and a planned solution for this is upgrading to VS2015 which also should cover a scope of #2.

I initially thought that I could quickly solve an issue of project loading, but I was not able to do that. Since VS2015 is going to be released in 10 days, I do not see value to spend time and make a change for VS2013, where I am going to drop support as soon as 2015 is released.

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

2 participants