错误提示如下:
Linking...
dlgcheckA.obj : error LNK2001: unresolved external symbol "public: int __cdecl CSeeImage::Draw(enum CSIDRAW,...)" (?Draw@CSeeImage@@QAAHW4CSIDRAW@@ZZ)dlgcheckA.obj : error LNK2001: unresolved external symbol "public: int __thiscall CSeeImage::GetInfo(int,struct _tagImageInfoStr *)" (?GetInfo@CSeeImage@@QAEHHPAU_tagImageInfoStr@@@Z)Debug/.exe : fatal error LNK1120: 7 unresolved externals
Error executing link.exe.
.exe - 8 error(s), 0 warning(s)注:
1 加入外部DLL(含.H,.LIB,显示图片用)后报以上错;
2 在干净工程中试验时,一切正常,只有在我的工程中才报以上错误;
3 无论设置成静态还是动态链接,都无效;
4 预编译头文件开关,都无效
5 已包含DLL头文件不知何故,请教高手!