VC++2005要命问题

来源:百度知道 编辑:UC知道 时间:2024/09/14 23:55:57
随便新建一个MFC项目不修改后Debug编译就出现下列错误警告:
tryertView.obj : error LNK2001: 无法解析的外部符号 __RTC_CheckEsp
tryert.obj : error LNK2019: 无法解析的外部符号 __RTC_CheckEsp,该符号在函数 "protected: virtual struct AFX_MSGMAP const * __thiscall CtryertApp::GetMessageMap(void)const " (?GetMessageMap@CtryertApp@@MBEPBUAFX_MSGMAP@@XZ) 中被引用
stdafx.obj : error LNK2001: 无法解析的外部符号 __RTC_CheckEsp
MainFrm.obj : error LNK2001: 无法解析的外部符号 __RTC_CheckEsp
tryertDoc.obj : error LNK2001: 无法解析的外部符号 __RTC_CheckEsp
tryertView.obj : error LNK2001: 无法解析的外部符号 __RTC_Shutdown
tryert.obj : error LNK2001: 无法解析的外部符号 __RTC_Shutdown
stdafx.obj : error LNK2001: 无法解析的外部符号 __RTC_Shutdown
MainFrm.obj : error LNK2001: 无法解析的外部符号 __RTC_Shutdown
tryertDoc.obj : error LNK2001: 无法解析的外部符号 __RTC_Shutdown
tryertView.obj : error LNK2001: 无法解析的外部符号 __RTC_InitBase
tryert.obj : error LNK2001: 无法解析的外部符号 __RTC_InitBase
stdafx.obj : error LNK2001: 无法解析的外部符号 __RTC_InitBase
MainFrm.obj : error

2005中VC不好用,哈哈,还是用VC6吧

运行时检测的问题,只要把这个相关的选项关闭就可以了。
您选的那个满意答案,这个,破罐子破摔,服了你了。
VS2005很强大的。