Help me! Link error when upgrade old VC application to VS.NET 2003

A

allen zhang

When I upgrade my old vc6 application to VS.NET2003, I always get a
linker error, I had fixed some compiling error,

the error message, error LNK2019:

MultiWME error LNK2019: ÎÞ·¨½âÎöµÄÍⲿ·ûºÅ "__declspec(dllimport) protected:
static struct AFX_MSGMAP const * __stdcall
CCJFrameWnd::GetThisMessageMap(void)"
(__imp_?GetThisMessageMap@CCJFrameWnd@@KGPBUAFX_MSGMAP@@XZ) £¬¸Ã·ûºÅÔÚº¯Êý
_$E7 Öб»ÒýÓÃ


MultiWME error LNK2019: ÎÞ·¨½âÎöµÄÍⲿ·ûºÅ "__declspec(dllimport) public:
static struct CRuntimeClass * __stdcall CCJFrameWnd::GetThisClass(void)"
(__imp_?GetThisClass@CCJFrameWnd@@SGPAUCRuntimeClass@@XZ) £¬¸Ã·ûºÅÔÚº¯Êý
_$E5 Öб»ÒýÓÃ

I link a extern lib(written with MS VC6).All these work well with MS
VC6Thank for your the advanced.RegardsAllen Chang
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top