IrrNewt ERROR

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
skaarj
Posts: 7
Joined: Thu May 31, 2007 4:17 pm

IrrNewt ERROR

Post by skaarj »

When i'm running examples (after compile) i have error:
Image

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

I think it's problem in IrrNewt.dll, i know how to compile this dll ... but i dont know how to add D3D9 into this dll.

I have same problem with OpenGL.

I'm using Irrlicht 1.3
Dances
Posts: 454
Joined: Sat Jul 02, 2005 1:45 am
Location: Canada
Contact:

Post by Dances »

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.

irrNewt doesn't use DX at all... or OGL.
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

LOL, I vote worst post in the worst place this year...
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

BlindSide wrote:LOL, I vote worst post in the worst place this year...
I'll join the vote. :lol:
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I can only fix the position, not the content. Although it seems to be not related to irrNewt at all... But it will stay in here.
skaarj
Posts: 7
Joined: Thu May 31, 2007 4:17 pm

Post by skaarj »

Where can i find recompiled IRRNEWT.DLL with DX9 ?
i didnt find it.
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

I don't know whether IrrNewt support Dx9 or not, but the download link can be found here http://aresfps.sourceforge.net/irrnewt_download.htm
skaarj
Posts: 7
Joined: Thu May 31, 2007 4:17 pm

Post by skaarj »

omg ... i have IrrNewt but i need recompiled IRRNEWT.DLL with DX9
Dances
Posts: 454
Joined: Sat Jul 02, 2005 1:45 am
Location: Canada
Contact:

Post by Dances »

.... 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?
skaarj
Posts: 7
Joined: Thu May 31, 2007 4:17 pm

Post by skaarj »

Listen, When i'm using Irrlicht only for graph (DX9) i dont have any errors, but when ill add IrrNewt and use DX9 i have error ...
Dances
Posts: 454
Joined: Sat Jul 02, 2005 1:45 am
Location: Canada
Contact:

Post by Dances »

then try re-ordering your library links and/or include statements. It is not possible for IrrNewt itself to cause such an error.
white tiger
Posts: 269
Joined: Tue Oct 31, 2006 3:24 pm
Contact:

Post by white tiger »

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++
Post Reply