DirectX9

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
Maize
Posts: 163
Joined: Sat Oct 29, 2005 12:12 am
Location: In a cave...
Contact:

DirectX9

Post by Maize »

I need to use the DirectX9 but apparently it isnt compiled into the current visual c++ dll. I dont have any way of downloading the directx9 sdk so I can compile it myself so I was wondering if anyone that has those two things can send me a copy of an irrlicht dll with dx9. my email address: rockbottomdevelopment@gmail.com

Thanks guys.
needforhint
Posts: 322
Joined: Tue Aug 30, 2005 10:34 am
Location: slovakia

Post by needforhint »

I believe irrlicht dll is compiled with dx9.. you want the dx9 SDK? that§s not a file that can be sent vie email :?
what is this thing...
Maize
Posts: 163
Joined: Sat Oct 29, 2005 12:12 am
Location: In a cave...
Contact:

Post by Maize »

Im not stupid. I know directx 9 sdk isnt a single file that can be sent. I also know that it would take a week or two to download it on a dialup connection :wink: . I thought the irrlicht dll had dx9 compiled in it but when I tried using it as the video driver, it said the DirectX9 drivers werent compiled into the dll. I was using the one straight out of the irrlicht zip.
luckymutt
Posts: 453
Joined: Sun Mar 06, 2005 11:56 pm
Location: C-Ville

Post by luckymutt »

If you are using Visual C++ DX9 support *should* be in there.
With DevC++ it is not and would need to recompile the Irrlicht.dll.
What compiler are you using?
MikeR
Posts: 767
Joined: Sun Dec 26, 2004 4:03 pm
Location: Northern California USA
Contact:

Post by MikeR »

Are you using the correct dll??
win32-gcc is dev-cpp and no directX.
win32-VisualStudio or win64-VisualStudio both have directX compiled.
If it exists in the real world, it can be created in 3d

Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
Maize
Posts: 163
Joined: Sat Oct 29, 2005 12:12 am
Location: In a cave...
Contact:

Post by Maize »

I got it working
Post Reply