Other versions such as 0.261 compiles all fine, even the 0.262 compiles in debug mode, but not with all projects set to release mode.
Here are some of the errors I get:
Code: Select all
DCPlusPlus error LNK2001: unresolved external symbol "private: static class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > * ResourceManager::strings" (?strings@ResourceManager@@0PAV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@A)
DCPlusPlus error LNK2019: unresolved external symbol "private: static class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > * ResourceManager::strings" (?strings@ResourceManager@@0PAV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@A) referenced in function "protected: long __thiscall ATL::CRegParser::RegisterSubkeys(char *,struct HKEY__ *,int,int)" (?RegisterSubkeys@CRegParser@ATL@@IAEJPADPAUHKEY__@@HH@Z)
DCPlusPlus error LNK2001: unresolved external symbol "private: static class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > * ResourceManager::strings" (?strings@ResourceManager@@0PAV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@A)
DCPlusPlus error LNK2001: unresolved external symbol "private: static class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > * ResourceManager::strings" (?strings@ResourceManager@@0PAV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@A)
I have VS.net 2002 ed. and I have tried the fix stlport fix for 2003, but it won't work.