I compile injection but i have 1 error, help please:
Compiling...
injection.cpp
c:\inj-yoko-src\extdll.h(37) : fatal error C1083: Cannot open include file: 'script\mycsubs.h': No such file or directory
Error executing cl.exe.
injection.obj - 1 error(s), 0 warning(s)
P.D: sorry for my bad english
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I compile injection but i have 1 error, help please:
Compiling...
injection.cpp
c:\inj-yoko-src\extdll.h(37) : fatal error C1083: Cannot open include file: 'script\mycsubs.h': No such file or directory
Error executing cl.exe.
injection.obj - 1 error(s), 0 warning(s)
P.D: sorry for my bad english
now i fix this problem but i have a new errors when i try to build injection.exe with vc6, the errors:
Linking...
injection.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall InjectionGUI::~InjectionGUI(void)" (??1InjectionGUI@@UAE@XZ)
injection.obj : error LNK2001: unresolved external
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/injection.exe : fatal error LNK1120: 132 unresolved externals
Error executing link.exe.
injection.exe - 133 error(s), 0 warning(s)
P.D: sorry for my bad english