Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » error LNK2001: unresolved external symbol Collapse All
Subject Author Date
huuhenbold boldoo Apr 17, 2007 - 6:37 AM

Hi
I installed Appwizard in visual c++ 6.0
and tried to make dialog based application with Office 2007 release 2(obsedian).

When i compile the program , it gives errors below:

something.obj : error LNK2001: unresolved external symbol "public: virtual class CString __thiscall CExtPopupMenuWnd::ItemGetAccelText (int)const " (?ItemGetAccelText@CExtPopupMenuWnd@@UBE?AVCString@@H@Z)

somethingDlg.obj : error LNK2001: unresolved external symbol "public: virtual class CString __thiscall CExtPopupMenuWnd::ItemGetAccelText(int)const " (?ItemGetAccelText@CExtPopupMenuWnd@@UBE?AVCString@@H@Z)

something.obj : error LNK2001: unresolved external symbol "public: virtual class CString __thiscall CExtPopupMenuWnd::ItemGetText(int)const " (?ItemGetText@CExtPopupMenuWnd@@UBE?AVCString@@H@Z)

somethingDlg.obj : error LNK2001: unresolved external symbol "public: virtual class CString __thiscall CExtPopupMenuWnd::ItemGetText(int)const " (?ItemGetText@CExtPopupMenuWnd@@UBE?AVCString@@H@Z)

somethingDlg.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: static struct AFX_MSGMAP const CExtResizableDialog::messageMap" (__imp_?messageMap@CExtResizableDialog@@1UAFX_MSGMAP@@B)

Please help me to figure out this.

Technical Support Apr 19, 2007 - 2:20 AM

Such errors typically occur when you are using one version of Visual Studio and trying to link your project with Prof-UIS that was compiled with some other version of Visual Studio. Please check the library folders list in your Visual Studio settings