|
|
Hello,
I just got VC++ 2003.net, and am converting my current project from VC++6. Everything compiles fine, but when it goes to link there is an "unresolved external symbol" that is coming from mmgr.h:
error LNK2019: unresolved external symbol "void __cdecl m_setOwner(char const *, unsigned int, char const*)
I'm pretty sure I've linked all the libraries I was using before. Has anyone else run into this problem?
-bignobody
|