Hi All,
Can anyone tell me how to resolve the following linking error:
nafxcwd.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argv
nafxcwd.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argc
nafxcwd.lib(apphelp.obj) : error LNK2001: unresolved external symbol __mbctype
nafxcwd.lib(filelist.obj) : error LNK2001: unresolved external symbol __mbctype
nafxcwd.lib(viewedit.obj) : error LNK2019: unresolved external symbol __mbctype referenced in function "protected: long __thiscall CEditView::OnFindReplaceCm
d(unsigned
int,long)" (?OnFindReplaceCmd@CEditVi
ew@@IAEJIJ
@Z)
.\Debug/XAgentISAPIExtensi
on.dll : fatal error LNK1120: 3 unresolved externals
Configuration Properties are set as follows:
1) Use MFC in a shared Dll
2)Runtime library = Multi-threaded Debug DLL (/MDd)
Start Free Trial