ADstepZz Posted February 7, 2021 Share Posted February 7, 2021 ok so i get could not load d3dx9.h so i try download the directx9 june 2010 and i cant bc they took it down anyone know another link i could get it from?? Quote Link to comment Share on other sites More sharing options...
RussianAirplane Posted February 7, 2021 Share Posted February 7, 2021 uh, simple google "d3dx9.h not found" would give u the answer.. 1) Go to your Project Properities 2) Go to VC++ Directories 3) DoubleClick on Include Directories and paste: $(DXSDK_DIR)Include 4) DoubleClick on Library Directories and paste: $(DXSDK_DIR)Lib\x86 (if your project is 64-bit, doubt that, paste this: $(DXSDK_DIR)Lib\x64) 5) GG EZ PROFIT €€ edit: just realized, some projects may contain other includes as for other files, you can just click this icon: Then edit and then u just add new path, paste the same thing in as above.. Quote Link to comment Share on other sites More sharing options...
ADstepZz Posted February 7, 2021 Author Share Posted February 7, 2021 that just made more errors 2 hours ago, RussianAirplane said: uh, simple google "d3dx9.h not found" would give u the answer.. 1) Go to your Project Properities 2) Go to VC++ Directories 3) DoubleClick on Include Directories and paste: $(DXSDK_DIR)Include 4) DoubleClick on Library Directories and paste: $(DXSDK_DIR)Lib\x86 (if your project is 64-bit, doubt that, paste this: $(DXSDK_DIR)Lib\x64) 5) GG EZ PROFIT €€ edit: just realized, some projects may contain other includes as for other files, you can just click this icon: Then edit and then u just add new path, paste the same thing in as above.. made more errors 1 Quote Link to comment Share on other sites More sharing options...
btc Posted February 7, 2021 Share Posted February 7, 2021 1 hour ago, ADstepZz said: made more errors Sometimes u need to manually define paths: C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x86 1 Quote Link to comment Share on other sites More sharing options...
RussianAirplane Posted February 7, 2021 Share Posted February 7, 2021 2 hours ago, ADstepZz said: that just made more errors What are the errors? Is it: d3dx9.h couldn't be found Or, is it Source Errors? Pro tip for you: Nobody is going to help you how to learn c++, we can help you figuring out stuff that requires some kind of time spent developing cheats. Quote Link to comment Share on other sites More sharing options...
risque Posted February 7, 2021 Share Posted February 7, 2021 if you still have problem with it here is a fix that will work ( should ) : download the dx3d9 sdk : DX9 SDK.zip unzip the .rar file and put the sdk where you want ( I recommend you putting them in your visual studio folder ) after you have done that just repeat the explanation made by @RussianAirplane above and it should be done. I hope I don't have to precise that you have to put the include to the include shit and lib in the lib shit hu ? ( if doesn't work try removing old directories from the old guy who compiled the project and try again ) 41 Quote Link to comment Share on other sites More sharing options...
btc Posted February 8, 2021 Share Posted February 8, 2021 1 hour ago, risque said: if you still have problem with it here is a fix that will work ( should ) : download the dx3d9 sdk : DX9 SDK.zip 1.48 MB · 0 downloads unzip the .rar file and put the sdk where you want ( I recommend you putting them in your visual studio folder ) after you have done that just repeat the explanation made by @RussianAirplane above and it should be done. I hope I don't have to precise that you have to put the include to the include shit and lib in the lib shit hu ? ( if doesn't work try removing old directories from the old guy who compiled the project and try again ) 11 hours ago, RussianAirplane said: uh, simple google "d3dx9.h not found" would give u the answer.. 1) Go to your Project Properities 2) Go to VC++ Directories 3) DoubleClick on Include Directories and paste: $(DXSDK_DIR)Include 4) DoubleClick on Library Directories and paste: $(DXSDK_DIR)Lib\x86 (if your project is 64-bit, doubt that, paste this: $(DXSDK_DIR)Lib\x64) 5) GG EZ PROFIT €€ edit: just realized, some projects may contain other includes as for other files, you can just click this icon: Then edit and then u just add new path, paste the same thing in as above.. these are some god-tier shit fr y'all should make some kind of thread and include these in the thread. Explained perfectly 🥰 2 Quote Link to comment Share on other sites More sharing options...
risque Posted February 8, 2021 Share Posted February 8, 2021 I mean seeing how many people struggle on that part when first trying to compile a paste we ( me and other staff if they are oke with the idea ) to make a big topic on how to correctly compile sources posted on our forums that will also include rules for next people who would want to share their sources by them adding instruction , removing auth errors and other shit. everything should be done ( I hope ) when the forum will be reworked. 1 Quote Link to comment Share on other sites More sharing options...
btc Posted February 8, 2021 Share Posted February 8, 2021 17 minutes ago, risque said: I mean seeing how many people struggle on that part when first trying to compile a paste we ( me and other staff if they are oke with the idea ) to make a big topic on how to correctly compile sources posted on our forums that will also include rules for next people who would want to share their sources by them adding instruction , removing auth errors and other shit. everything should be done ( I hope ) when the forum will be reworked. every paster gonna love it 😉 Quote Link to comment Share on other sites More sharing options...
AlexEzz21 Posted February 12, 2021 Share Posted February 12, 2021 Try manually paths or the automatic ones or inherit from project.. Quote Link to comment Share on other sites More sharing options...
Jamel Posted March 17, 2021 Share Posted March 17, 2021 On 2/7/2021 at 11:38 PM, risque said: if you still have problem with it here is a fix that will work ( should ) : download the dx3d9 sdk : DX9 SDK.zip 1.48 MB · 20 downloads unzip the .rar file and put the sdk where you want ( I recommend you putting them in your visual studio folder ) after you have done that just repeat the explanation made by @RussianAirplane above and it should be done. I hope I don't have to precise that you have to put the include to the include shit and lib in the lib shit hu ? ( if doesn't work try removing old directories from the old guy who compiled the project and try again ) Did that and now Im getting this error: 1 Quote Link to comment Share on other sites More sharing options...
risque Posted March 17, 2021 Share Posted March 17, 2021 6 hours ago, Jamel said: Did that and now Im getting this error: have you remove any old path from the original project if yes that might be why Quote Link to comment Share on other sites More sharing options...
Jamel Posted March 17, 2021 Share Posted March 17, 2021 4 minutes ago, risque said: have you remove any old path from the original project if yes that might be why What do you mean with removed old path? Btw. I think I have the wrong path idk what to put there Quote Link to comment Share on other sites More sharing options...
azer666 Posted November 12, 2021 Share Posted November 12, 2021 On 2/7/2021 at 11:38 PM, risque said: if you still have problem with it here is a fix that will work ( should ) : download the dx3d9 sdk : Hidden Content Give reaction to this post to see the hidden content. unzip the .rar file and put the sdk where you want ( I recommend you putting them in your visual studio folder ) after you have done that just repeat the explanation made by @RussianAirplane above and it should be done. I hope I don't have to precise that you have to put the include to the include shit and lib in the lib shit hu ? ( if doesn't work try removing old directories from the old guy who compiled the project and try again ) thanks for that men Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.