while trying to compile a relatively simple project, I recieved the error:
" error LNK2001: unresolved external symbol "class
std::basic_ostr eam<char,struct std::char_trait s<char>......"
I checked MSDN and found the page stating that this error is generated by
design. If I want to avoid getting that error I should remove the /GZ
argument from the compiler switches in the project.
I went to Project Settings->C/C++->Project Options and removed the argument
but, I still get the message. Any suggestions from anyone?
Thanks in advance.
Roger
" error LNK2001: unresolved external symbol "class
std::basic_ostr eam<char,struct std::char_trait s<char>......"
I checked MSDN and found the page stating that this error is generated by
design. If I want to avoid getting that error I should remove the /GZ
argument from the compiler switches in the project.
I went to Project Settings->C/C++->Project Options and removed the argument
but, I still get the message. Any suggestions from anyone?
Thanks in advance.
Roger
Comment