
Originally Posted by
yoyoss
at first i coded hacks and debugged them and every thing was perfect , but 3 days ago when i opened c++ and coded a hack when i started to debug it i always get this error
Code:
1>LINK : fatal error LNK1104: cannot open file 'MSVCRT.lib'
i don't know how to fix it
help please i want to code again 
MSVCRT.LIB is one of CRT import libraries, it should reside in "C:\Program Files\Microsoft Visual Studio 8\VC\lib" directory, if the linker cannot find this file, then most likely that this file is corrupted or LIBPATH environment variable was set incorrectly, please check the possible cause that listed in the documentation with your environment:
Linker Tools Error LNK1104 (C++).