- Jan 8, 2002
- 2,164
- 0
- 76
Hello,
I'm trying to build a project which links in many other libraries(all of which are built in the same solution). During the linking stage, I get one error that I'm having trouble figuring out. As I said, this is in Visual Studio 2003(C++).
error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > __thiscall myMsg::GetClassNameA(void) const...<bunch of garbled txt>
myMsg is a class in one of my other libraries... Any ideas as to what this may be?
I really appreciate any insight you can provide!
I'm trying to build a project which links in many other libraries(all of which are built in the same solution). During the linking stage, I get one error that I'm having trouble figuring out. As I said, this is in Visual Studio 2003(C++).
error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > __thiscall myMsg::GetClassNameA(void) const...<bunch of garbled txt>
myMsg is a class in one of my other libraries... Any ideas as to what this may be?
I really appreciate any insight you can provide!
