Code: Select all
Linking...
MakeDefs.obj : error LNK2001: unresolved external symbol "public: static class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > Util::emptyString" (?emptyString@Util@@2V?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@A)
ResourceManager.obj : error LNK2001: unresolved external symbol "public: static class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > Util::emptyString" (?emptyString@Util@@2V?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@A)
SimpleXML.obj : error LNK2001: unresolved external symbol "public: static class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > Util::emptyString" (?emptyString@Util@@2V?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@A)
MakeDefs.obj : error LNK2001: unresolved external symbol "public: static unsigned long * Util::crcTable" (?crcTable@Util@@2PAKA)
ResourceManager.obj : error LNK2001: unresolved external symbol "public: static unsigned long * Util::crcTable" (?crcTable@Util@@2PAKA)
.\..\vc6\Debug\MakeDefs/MakeDefs.exe : fatal error LNK1120: 2 unresolved externals
i have visual .net, stl is (hopefully) installed and wtl also
pls, any suggestions? thx