Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Even Create a new MFC project, the following link errors still ocurr, I'm really puzzled, Anyone help me, please!
VB
error LNK2001: unresolved external symbol "public: virtual int __thiscall CWnd::CreateControlContainer(class COleControlContainer * *)" (?CreateControlContainer@CWnd@@UAEHPAPAVCOleControlContainer@@@Z)
1> error LNK2001: unresolved external symbol "public: virtual int __thiscall CWnd::CreateControlSite(class COleControlContainer *,class COleControlSite * *,unsigned int,struct _GUID const &)" (?CreateControlSite@CWnd@@UAEHPAVCOleControlContainer@@PAPAVCOleControlSite@@IABU_GUID@@@Z)
Posted
Updated 8-Nov-12 23:25pm
v2
Comments
Richard MacCutchan 9-Nov-12 6:20am    
Are you missing a library reference in your linker properties? I have looked at the MSDN documentation, but it does not list the required library.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900