Cannot compile under VS 2003

  • Thread starter Thread starter EK
  • Start date Start date
E

EK

Hi to All,

I am new in VS 2003.
So I tried to compile my program that I wrote in the previous version and
got the following error
error LNK2001: unresolved external symbol __RTC_Shutdown
error LNK2001: unresolved external symbol @__security_check_cookie@4

Can you help me
EK
 
You are linking with the wrong version of the C runtime library. Please make
sure you are linking against the 7.1 CRT.

Ronald Laeremans
Visual C++ team
 
Back
Top