I'm having compile errors mainly to do with CreateInterfaceFn and missing interface.h (coincidence?)... I made my own hook that isn't really a hook but more of a test. I do know C++ and various OOP concepts but this is just weird. I tried to look for interface.h using Google yet I couldn't. I found no reason to because the SDK that fum1n used is the exact same as this one. PLEASE HELP!
These are my errors:
Code:
------ Build started: Project: TESTHOOK, Configuration: Debug Win32 ------
Compiling...
base.cpp
c:\documents and settings\derek\desktop\testhook\testhook\testhook\sdk\tier0\dbg.h(482) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(358) : see declaration of '_vsnprintf'
c:\documents and settings\derek\desktop\testhook\testhook\testhook\sdk\cdll_int.h(406) : error C2061: syntax error : identifier 'CreateInterfaceFn'
c:\documents and settings\derek\desktop\testhook\testhook\testhook\sdk\iprediction.h(20) : fatal error C1083: Cannot open include file: 'interface.h': No such file or directory
consoleprint.cpp
c:\documents and settings\derek\desktop\testhook\testhook\testhook\sdk\tier0\dbg.h(482) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(358) : see declaration of '_vsnprintf'
c:\documents and settings\derek\desktop\testhook\testhook\testhook\sdk\cdll_int.h(406) : error C2061: syntax error : identifier 'CreateInterfaceFn'
c:\documents and settings\derek\desktop\testhook\testhook\testhook\sdk\iprediction.h(20) : fatal error C1083: Cannot open include file: 'interface.h': No such file or directory
Generating Code...
Thanks!
http://www.filefront.com/14250003/TESTHOOK.rar