DirectX not supported when using standard Irrlicht .9 ?

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
zateam
Posts: 3
Joined: Fri Mar 19, 2004 12:30 pm

DirectX not supported when using standard Irrlicht .9 ?

Post by zateam »

Hi,

When compiling programs with the Irrlicht engine, I get a "DirectX Driver not compiled into this DLL". I thought this was strange, because all of the examples work with DirectX. I was compiling programs with MinGW (Dev-Cpp) and used both the MinGW libraries and the libraries for Visual Studio with the respective DLLs to go along with them. Neither of the tests worked. Although not extremely important, because OpenGL does work, it would be nice to give the users a choice between the two graphics libraries. Thanks for any help!

- Zach
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Well, and once again...

1. Have a look at the FAQs
2. Search the forum

many times asked... many times answered... :roll:
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
zateam
Posts: 3
Joined: Fri Mar 19, 2004 12:30 pm

OK, I found it.

Post by zateam »

Apparantly I missed the separate forum for the common problems. I'll go compile a new DLL.
Post Reply