Direct X problem

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Thomas55

Direct X problem

Post by Thomas55 »

The game that im making wont run using direct x 8 or 9. I dident think i would need direct x so i just contiued with opengl. ive now got to a stage were i will need direct x ive tryed to use direct x in the examples but it dont work in them either. im using irrlicht 0.12 with dev c++. Someone please help me
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

many times asked, many times solved !!!
Use the search function !!! :shock: :roll:
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Thomas55

Post by Thomas55 »

checked the search couldent find my problem the actual problem is
"Directx driver was not compiled into this dll"i have the direct x dlls in my system32 and my game directroy
Miran
Posts: 9
Joined: Sat Aug 27, 2005 7:41 pm
Location: Sweden
Contact:

Post by Miran »

I use these drivers from Garitg and they work fine for me

http://www.grandberg.us/gg.Irrlicht/IrrDX_v0_12.zip
Thomas55

Post by Thomas55 »

it works but only with the included version of the irrlicht DLL i have made alot of modifications to mine how could i get them dlls working with my version of irrlicht
Miran
Posts: 9
Joined: Sat Aug 27, 2005 7:41 pm
Location: Sweden
Contact:

Post by Miran »

Go to this thread, a guy explains how to compile a dll for devcpp for irrlicht so it can use directx.

http://irrlicht.sourceforge.net/phpBB2/ ... php?t=5813
Post Reply