I love your vids! Keep going into so much detail, the more the better! There are already too many vids that leave out the details of why a certain line of code is used. I dont care if the vid has to be 6 hours long lol. Keep up the good work!
I only have Microsoft Visual C++ 2008. This will still work right? i installed the August 2008 Version of DX SDK, i really hope just typing everything in will compile everything properly
I love your vids! Keep going into so much detail, the more the better! There are already too many vids that leave out the details of why a certain line of code is used. I dont care if the vid has to be 6 hours long lol. Keep up the good work!
doggzilla1 3 months ago
Thanks !!!! ^^ Don't give up ;)
victorhacker777 4 months ago
I know it's been a while, but for some ppl who are following this with a more recent dev tool. you might want to add these 2 lines after your includes
#pragma comment (lib, "d3d9.lib")
#pragma comment (lib, "d3dx9.lib")
It will save you from an error when targetting the version of SDK.
I think the error is LNK2011 or something... but it has to do with Direct3d...9@4 or something.
brbZoning 6 months ago
I only have Microsoft Visual C++ 2008. This will still work right? i installed the August 2008 Version of DX SDK, i really hope just typing everything in will compile everything properly
immortalvamp 2 years ago
nice, do you think you can make some tuts about directX injections? Would be awesome
HordeAreMyFatCousins 2 years ago
Hey, good videos. Finally getting to D3D stuff.
Jedimace1 2 years ago