You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the error given at the end of compilation.
7>F:/CPPs/myproject/source/Party3rd/tbb/build/tbb.def(688): fatal error LNK1118: syntax error in 'message("TBB' statement
The line where error comes in .def file is located by double click
#pragma message("TBB Warning: Support for C++98/03 is deprecated. Please use the compiler that supports C++11 features at least.")
Does this mean VS2013 is not working for compilation requirement?
The text was updated successfully, but these errors were encountered:
Hello,
Here is the error given at the end of compilation.
7>F:/CPPs/myproject/source/Party3rd/tbb/build/tbb.def(688): fatal error LNK1118: syntax error in 'message("TBB' statement
The line where error comes in .def file is located by double click
#pragma message("TBB Warning: Support for C++98/03 is deprecated. Please use the compiler that supports C++11 features at least.")
Does this mean VS2013 is not working for compilation requirement?
The text was updated successfully, but these errors were encountered: