RemoteWriteMonitor icon indicating copy to clipboard operation
RemoteWriteMonitor copied to clipboard

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

Open tandasat opened this issue 8 years ago • 2 comments

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 ).

tandasat avatar Jul 10 '15 14:07 tandasat

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.

halsten avatar Jul 10 '15 15:07 halsten

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.

tandasat avatar Jul 10 '15 15:07 tandasat