Great tutorial. Thank you for sharing!
Great tutorial. Thank you for sharing!
Why dont u use the thanks button instead of bumping such an old topic?
I am getting an error, so i'm bumping this old thread back up!
NVM, THANKS KING-ORGY.
- Thanks, Killerii.
you should read a few posts of this thread
or learn how to use google
Ok thanks King-Orgy, i did something right and now the detours.h and lib isn't a problem anymore, but there still is one:
1>------ Build started: Project: test3, Configuration: Debug Win32 ------
1>Compiling...
1>Hook.cpp
1>c:\users\test\documents\visual studio 2008\projects\test3\test3\etsdk\ui_shared.h(5) : fatal error C1083: Cannot open include file: '../game/q_shared.h': No such file or directory
1>CG_Syscalls.cpp
1>c:\users\test\documents\visual studio 2008\projects\test3\test3\etsdk\ui_shared.h(5) : fatal error C1083: Cannot open include file: '../game/q_shared.h': No such file or directory
1>CG_Main.cpp
1>c:\users\test\documents\visual studio 2008\projects\test3\test3\etsdk\ui_shared.h(5) : fatal error C1083: Cannot open include file: '../game/q_shared.h': No such file or directory
1>Generating Code...
1>Build log was saved at "file://c:\Users\test\Documents\Visual Studio 2008\Projects\test3\test3\Debug\BuildLog.htm"
1>test3 - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
And yes, there is folder called "etsdk" and there is src/game/q_shared.h <- So what's the problem? The ui_shared.h is in the etsdk folder, not in the src/game folder.
that means ui_shared.h cant find the q_shared.h
Can I fix it somehow?
How do i do that? Just like #include <etsdk> or #include "etsdk" ? And what if it doesn't work?
EDIT:
1>------ Build started: Project: test3, Configuration: Debug Win32 ------
1>Compiling...
1>Hook.cpp
1>c:\users\test\documents\visual studio 2008\projects\test3\test3\Hook.h(6) : fatal error C1083: Cannot open include file: 'etsdk': No such file or directory
1>CG_Syscalls.cpp
1>c:\users\test\documents\visual studio 2008\projects\test3\test3\Hook.h(6) : fatal error C1083: Cannot open include file: 'etsdk': No such file or directory
1>CG_Main.cpp
1>c:\users\test\documents\visual studio 2008\projects\test3\test3\Hook.h(6) : fatal error C1083: Cannot open include file: 'etsdk': No such file or directory
1>Generating Code...
1>Build log was saved at "file://c:\Users\test\Documents\Visual Studio 2008\Projects\test3\test3\Debug\BuildLog.htm"
1>test3 - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
the etsdk folder is in the test3\test3 folder. (the last folder with all headers and stuff)
Bookmarks