Page 1 of 1

DirectX not supported when using standard Irrlicht .9 ?

Posted: Sun Apr 17, 2005 9:01 pm
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

Posted: Sun Apr 17, 2005 11:51 pm
by Acki
Well, and once again...

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

many times asked... many times answered... :roll:

OK, I found it.

Posted: Mon Apr 18, 2005 12:42 am
by zateam
Apparantly I missed the separate forum for the common problems. I'll go compile a new DLL.