I tried to make a D3D hack for the first time i tested alot of tuts with source so i just edited small things but i allways got the error d3d8.h cannot be include o.O
Pic:
plz help me ^.^
Anyone have an program to test a D3D hach in so you just can test the menu if its working if its possible?!
What game do you plan on using azo's d3d base for? I cant even think of a game that runs on DX8 that is played nowadays
i wanna make a hack for Warrock but i think i will need a Bypass so for now i just wanna make a working one ^^
Warrock uses d3d9 so you dont need d3d8 for it.
make sure you have the directX SDK installed, and use the d3d9 version of the starterkit
Originally Posted by Hell_Demon
Warrock uses d3d9 so you dont need d3d8 for it.
make sure you have the directX SDK installed, and use the d3d9 version of the starterkit
i still get the error but instead of d3d8.h i get the d3d9.h, and yes i have directX SDK installed(i think it was: SDK 2004 summer...)
DId you remember to install the directX SDK?
Edit: Nvm you posted aobut 3 seconds before i did (I saw your message appear >_>)
Originally Posted by HazXoD3D
i still get the error but instead of d3d8.h i get the d3d9.h, and yes i have directX SDK installed(i think it was: SDK 2004 summer...)
Originally Posted by zeco
DId you remember to install the directX SDK?
lol i just posted that and also you XD, so yes i have it installed
Make sure you have the header listed in your compiler's include directory list. I can't walk you through it because I am using GCC in linux. However, it shouldn't be hard to do in VS.
Jetamay, as a side question, How long have you been programming? And did you take any programming courses or is it all self taught?
Originally Posted by Jetamay
Make sure you have the header listed in your compiler's include directory list. I can't walk you through it because I am using GCC in linux. However, it shouldn't be hard to do in VS.
i think i haven´t done that i haven´t heard about that before but may some one that knows about it thats have time and can be nice tell me how to do it or go on teamviewer^^
Tools>Options
Projects>VC++ Directories
Show directories for: include files
browse to the header file directory of your DX SDK
show directories for: library files
browse to the library file directory of your DX SDK
I allways get that you are missing or cant include the d3d8.h or d3d9.h in any of the case i use D3D8 or D3D9 base, but i have include the SDK file So Jetamay you know why?