VC6 中通过的代码,在vc2005时出现下面错误,怀疑是环境配置问题
Linking...
Project.def(4) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignored
   Creating library .\Debug/Project.lib and object .\Debug/Project.exp
cGame.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
cSprite.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
cObject.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
Graphics.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
Image.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
InputStream.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
math.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
CletModule.obj : error LNK2019: unresolved external symbol __RTC_CheckEsp referenced in function _handleCletEvent
cSound.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
lzo.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
blt.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
math.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
cGame.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
cSprite.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
cObject.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
blt.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
Graphics.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
Image.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
InputStream.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
CletModule.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
Project.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
cSound.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
lzo.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
math.obj : error LNK2001: unresolved external symbol __RTC_InitBase
cGame.obj : error LNK2001: unresolved external symbol __RTC_InitBase
cSprite.obj : error LNK2001: unresolved external symbol __RTC_InitBase
cObject.obj : error LNK2001: unresolved external symbol __RTC_InitBase
blt.obj : error LNK2001: unresolved external symbol __RTC_InitBase
Graphics.obj : error LNK2001: unresolved external symbol __RTC_InitBase
Image.obj : error LNK2001: unresolved external symbol __RTC_InitBase
InputStream.obj : error LNK2001: unresolved external symbol __RTC_InitBase
CletModule.obj : error LNK2001: unresolved external symbol __RTC_InitBase
Project.obj : error LNK2001: unresolved external symbol __RTC_InitBase
cSound.obj : error LNK2001: unresolved external symbol __RTC_InitBase
lzo.obj : error LNK2001: unresolved external symbol __RTC_InitBase
math.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
cGame.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
cSprite.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
cObject.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
CletModule.obj : error LNK2019: unresolved external symbol @_RTC_CheckStackVars@8 referenced in function _startClet
Graphics.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
Image.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
InputStream.obj : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
Graphics.obj : error LNK2019: unresolved external symbol ___security_cookie referenced in function "public: static class Graphics * __cdecl Graphics::createDisplayGraphics(void)" (?createDisplayGraphics@Graphics@@SAPAV1@XZ)
Image.obj : error LNK2001: unresolved external symbol ___security_cookie
cGame.obj : error LNK2001: unresolved external symbol ___security_cookie
cObject.obj : error LNK2001: unresolved external symbol ___security_cookie
Graphics.obj : error LNK2019: unresolved external symbol ___CxxFrameHandler3 referenced in function __ehhandler$?createDisplayGraphics@Graphics@@SAPAV1@XZ
Image.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler3
cGame.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler3
cObject.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler3
Graphics.obj : error LNK2019: unresolved external symbol @__security_check_cookie@4 referenced in function __ehhandler$?createDisplayGraphics@Graphics@@SAPAV1@XZ
Image.obj : error LNK2001: unresolved external symbol @__security_check_cookie@4
cGame.obj : error LNK2001: unresolved external symbol @__security_check_cookie@4
cObject.obj : error LNK2001: unresolved external symbol @__security_check_cookie@4
Graphics.obj : error LNK2019: unresolved external symbol __RTC_UninitUse referenced in function "public: static class Graphics * __cdecl Graphics::createDisplayGraphics(void)" (?createDisplayGraphics@Graphics@@SAPAV1@XZ)
Graphics.obj : error LNK2019: unresolved external symbol "public: unsigned short __thiscall Image::wipi_getHeight(void)" (?wipi_getHeight@Image@@QAEGXZ) referenced in function "private: __thiscall Graphics::Graphics(class Image *)" (??0Graphics@@AAE@PAVImage@@@Z)
Graphics.obj : error LNK2019: unresolved external symbol "public: unsigned short __thiscall Image::wipi_getWidth(void)" (?wipi_getWidth@Image@@QAEGXZ) referenced in function "private: __thiscall Graphics::Graphics(class Image *)" (??0Graphics@@AAE@PAVImage@@@Z)
.\Debug/Project.dll : fatal error LNK1120: 10 unresolved externals
哪位高手指点一二,感激不尽