1>trainer.cpp 1>..\trainer.cpp(40) : error C2664: 'strcmp' : cannot convert parameter 1 from 'WCHAR [260]' to 'const char *' 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>Source1.cpp 1>.Source1.cpp(53) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details. 1> C:Program FilesMicrosoft Visual Studio 9.0VCincludeconio.h(145) : see declaration of 'getch' 1>.Source1.cpp(64) : warning C4996: 'kbhit': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _kbhit. See online help for details. 1> C:Program FilesMicrosoft Visual Studio 9.0VCincludeconio.h(147) : see declaration of 'kbhit' 1>.Source1.cpp(66) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details. 1> C:Program FilesMicrosoft Visual Studio 9.0VCincludeconio.h(145) : see declaration of 'getch' 1>Linking... 1>MSVCRT.lib(crtexew.obj) : error LNK2001: unresolved external symbol _WinMain@16 1>C:UserstommyDesktoptest1111trainerReleasetrainer.exe : fatal error LNK1120: 1 unresolved externals 1>Build log was saved at "file://c:UserstommyDesktoptest1111trainertrainerReleaseBuildLog.htm" 1>trainer - 2 error(s), 3 warning(s)
