首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

C++编译出现有关问题 求指教

2012-09-14 
C++编译出现问题 求指教编译的时候出现的不知道怎么解决Linking...LINK : warning LNK4224: /PDBTYPE is n

C++编译出现问题 求指教
编译的时候出现的不知道怎么解决
Linking...
LINK : warning LNK4224: /PDBTYPE is no longer supported; ignored
hello.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
helloDlg.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
hello.obj : error LNK2001: unresolved external symbol __RTC_InitBase
helloDlg.obj : error LNK2001: unresolved external symbol __RTC_InitBase
hello.obj : error LNK2019: unresolved external symbol __RTC_CheckEsp referenced in function "public: __thiscall CHelloApp::CHelloApp(void)" (??0CHelloApp@@QAE@XZ)
helloDlg.obj : error LNK2019: unresolved external symbol __RTC_CheckEsp referenced in function "public: virtual void * __thiscall CAboutDlg::`scalar deleting destructor'(unsigned int)" (??_GCAboutDlg@@UAEPAXI@Z)
hello.obj : error LNK2019: unresolved external symbol @_RTC_CheckStackVars@8 referenced in function "public: virtual int __thiscall CHelloApp::InitInstance(void)" (?InitInstance@CHelloApp@@UAEHXZ)
helloDlg.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
Debug/hello.exe : fatal error LNK1120: 4 unresolved externals
执行 link.exe 时出错.

hello.exe - 1 error(s), 0 warning(s)

[解决办法]
LZ, you can watch the compile(include link)'s detail info to get whether the process includes the 
library file you needs.

热点排行