compile error :/ from [Writing your own C++ Trainer]
Hello i try to compile these trainer
http://www.mpgh.net/forum/17-tutoria...c_trainer.html
and i received these errors
can anyone help me out?
http://www.mpgh.net/forum/17-tutoria...c_trainer.html
and i received these errors
Code:
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
