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

About the Compiler software version #21

Open
rocketfive opened this issue Dec 16, 2019 · 2 comments
Open

About the Compiler software version #21

rocketfive opened this issue Dec 16, 2019 · 2 comments

Comments

@rocketfive
Copy link

I use the visual studio 2013 in win10.
However when I established a new project and try to compile it. The VS tolds me lots of grammar errors and such as Undeclared identifier and lack of ";"
And I'm sure I have included all the external dependent library files correctly.

Therefore I suppose that it's a version problem , could you give a more specific compile guide?

@godai0519
Copy link
Owner

This code uses C++11 which requires Visual C++ Compiler November 2013 CTP or later.
Hence I think there are two solutions. Could you check them?

  1. install Visual C++ Compiler November 2013 CTP, and set "CTP_Nov2013" on the platform toolset in your project's property; or
  2. install and use Visual Studio 2015 or later.

The following webpage shows the way of setting up November 2013 CTP.
https://devblogs.microsoft.com/cppblog/announcing-the-visual-c-compiler-november-2013-ctp/

@rocketfive
Copy link
Author

This code uses C++11 which requires Visual C++ Compiler November 2013 CTP or later.
Hence I think there are two solutions. Could you check them?

  1. install Visual C++ Compiler November 2013 CTP, and set "CTP_Nov2013" on the platform toolset in your project's property; or
  2. install and use Visual Studio 2015 or later.

The following webpage shows the way of setting up November 2013 CTP.
https://devblogs.microsoft.com/cppblog/announcing-the-visual-c-compiler-november-2013-ctp/

I have tried to install the November 2013 CTP,however it still a lot of grammar errors, I'd try to use the vs 2015 . After all ,thanks a lot.

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