S
Steve Terepin
Do I need to include some extra libraries when I use the STL <string>
classes ? I've created a new Class Library (.NET) project, added a #include
<string> directive to the main .cpp file, and created an instance of a
std::string ; this compiles fine, but the linker reports two unresolved
symbols - '_CxxThrowException' and 'delete'. Any ideas ?
classes ? I've created a new Class Library (.NET) project, added a #include
<string> directive to the main .cpp file, and created an instance of a
std::string ; this compiles fine, but the linker reports two unresolved
symbols - '_CxxThrowException' and 'delete'. Any ideas ?