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.