Page 1 of 1

I cannot make work directx , helpme please !!

Posted: Thu Apr 12, 2007 12:03 pm
by chinanzio
The console says to me:

DIRECT3D9 Driver was not compiled into this dll. Try another one.

when I put video:: EDT_DIRECT3D9 in the device :

IrrlichtDevice *device = createDevice( video::EDT_DIRECT3D9, dimension2d<s32>(640, 480), 16, false, false, false, 0);

I am using the version 1.3 of irrlicht

With opengl do not have problems

someone know that I must do?

anwer

Posted: Thu Apr 12, 2007 12:09 pm
by Beshr
i think it's because you are not using Visual C++, Irrlicht doesn't have the DirectX 8 and 9 support for gcc compilers (i mean already compiled, if you want it, you have to recompile the source with DirectX support) , any way there is some guys in this thread who compiled it and set it avaliable to download, search in the forums.

Re: anwer

Posted: Thu Apr 12, 2007 12:18 pm
by chinanzio
Beshr wrote:i think it's because you are not using Visual C++, Irrlicht doesn't have the DirectX 8 and 9 support for gcc compilers (i mean already compiled, if you want it, you have to recompile the source with DirectX support) , any way there is some guys in this thread who compiled it and set it avaliable to download, search in the forums.
yes , i'm using dev-c++ , I will try with V-c++ though it is not my fauvorite , thank you and i'll search on the forum , What do you say that I have to search?

Re: anwer

Posted: Thu Apr 12, 2007 12:19 pm
by chinanzio
I will search too !!!

Posted: Thu Apr 12, 2007 12:30 pm
by garrittg

Posted: Thu Apr 12, 2007 12:40 pm
by chinanzio
thank you garritg !!