Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the ambiera forums
The stock GCC dll for Irrlicht doesn't have either DX compiled in. Download a recompiled dll with DX 9, that may help. Theres one on the forum somewhere... That wouldn't explain OGL, though.
.... No... you need a recompiled Irrlicht DLL with DX9.
As I said before IrrNewt DOES NOT use DX or OGL in its code. Think about it for a second... Irrlicht does the rendering, IrrNewt does the physics... why would the physics need to render?
Irrnewt is not related to this error. this is an error log of irrlicht. you need to recompile irrlicht with dx 9 support, or download a recompiled version of irrlicht.dll with dx9.
i have done the last option and dx9 works fine with irrnewt and dev-c++