-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Build Problem in VS2010 / 2013 #33
Comments
I read: 'unknown option -std=c++11'. Your c++ version does not support the latest standard! What version do you have? |
i try compile in vs2010 and vs2013 |
And the compiler version is? |
MSVC++ 12.0 _MSC_VER == 1800 (Visual Studio 2013) I Try this |
And c++11 is supported? You should check if c++11 is supported. |
Or try to enable c++11 compile option, if supported. |
i'm student, and i'm a noob.. sorry for it... |
No I do not think it is a compiler problem.
the word "and" is, I think, not in the standard and only on gcc available. Try replacing it with "&&". Edit: |
and to && work fine... thank you!! 1>------ Build started: Project: curlcpp, Configuration: Release Win32 ------ |
Hi, Friend!
Whats happening with you Wrapper?
http://codepaste.net/qvja8w
Thank You!
The text was updated successfully, but these errors were encountered: