[DevC++] dll with directx 9.0c support available

A forum to store posts deemed exceptionally wise and useful

Postby psydox » Sat Jul 25, 2009 4:00 am

sir bitplane, I download the nightly build binary you've mentioned (mingw32), but im getting some error upon executing/running the samples under the Win32-gcc directory.

Here's a picture:
Image
psydox
 
Posts: 9
Joined: Sun Mar 29, 2009 4:29 pm

Postby bitplane » Sat Jul 25, 2009 4:54 am

psydox wrote:
Code: Select all
p: undefined reference to `joyGetPosEx@8'

Looks like Winmm.lib isn't being linked, try adding that to the command line or disable joystick support in IrrCompileConfig.h

Regarding the nightly build binaries, they won't work with the sample binaries from 1.5, the nightly builds are a pre-release of Irrlicht 1.6 which isn't released yet. You'll need to compile them again.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
User avatar
bitplane
Admin
 
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England

Postby psydox » Sat Jul 25, 2009 5:24 am

Regarding the nightly build binaries, they won't work with the sample binaries from 1.5, the nightly builds are a pre-release of Irrlicht 1.6 which isn't released yet. You'll need to compile them again.


My bad :) I'll try to compile it.
psydox
 
Posts: 9
Joined: Sun Mar 29, 2009 4:29 pm

Postby garrittg » Sun Aug 30, 2009 3:25 pm

here is a precompiled DX9/DX8 compatible v1.5.1 Irrlicht.dll and libIrrlicht.a. this was compiled using CodeBlocks 8.02/MingW 5.1.4 and UPXd. i ran the GCC exe samples provided and it ran.

http://www.gprogs.com/irrlicht.mod/IrrDX_v1_5_1.zip

enjoy :)
garrittg
 
Posts: 117
Joined: Wed Apr 20, 2005 6:17 pm
Location: Iowa, USA

Postby PI » Tue Sep 01, 2009 6:32 pm

Thank you very much! I use C::B and MingW too. Downloading!
User avatar
PI
 
Posts: 176
Joined: Tue Oct 09, 2007 7:15 pm
Location: Hungary

Postby garrittg » Fri Oct 02, 2009 2:03 am

got this one out a tad quicker :) here is a precompiled DX9/DX8 compatible v1.6 Irrlicht.dll and libIrrlicht.a. this was compiled using CodeBlocks 8.02/MingW 5.1.4 and UPXd. i ran the GCC exe samples after building and they ran.

http://www.gprogs.com/irrlicht.mod/IrrDX_v1_6.zip

enjoy :)
garrittg
 
Posts: 117
Joined: Wed Apr 20, 2005 6:17 pm
Location: Iowa, USA

Postby PI » Sun Oct 04, 2009 5:36 pm

Hi! I've downloaded it and everything works as expected. Thanks, garrittg!
User avatar
PI
 
Posts: 176
Joined: Tue Oct 09, 2007 7:15 pm
Location: Hungary

Postby Mircea Popescu » Sat Jan 02, 2010 4:42 pm

Thanks very much for this, garrittg. Saved me needing to get all the files together and recompile myself.

Cheers!
Mircea Popescu
 
Posts: 26
Joined: Sat Jan 02, 2010 12:48 pm

Postby soulless » Fri Jan 15, 2010 6:21 pm

Hi everybody,

I've successful compiled Irrlicht (version 1.5.2) with DX8 and DX9 support, to test it I've ran TerrainRendering example, but I notice something:
1st: without DX support, in OpenGL, fps count (for that example) is around 208-210.

2nd: with DX8 and DX9: OpenGL remains 208-210 fps, DX8: 208-210 fps, DX9: 212-214 fps.

3rd: just with DX9: OpenGL again 208-210 fps, DX9: 220-222 fps.

Is this normal that, without DX8, DX9 has a little boost on fps count???
soulless
 
Posts: 24
Joined: Mon Jan 11, 2010 6:06 am

irrlicht.dll 1.7 with directx9

Postby BuZZ-dEE » Sun Feb 07, 2010 3:21 pm

Compiled with Code::Blocks / MinGW.

irrlicht.dll version 1.7 with directx9 support
BuZZ-dEE
 
Posts: 1
Joined: Sun Feb 07, 2010 3:12 pm

Postby Nate_D » Fri Feb 19, 2010 7:49 pm

Does anyone know where I can get a 1.7.1 Directx dll? If that is not possible at the moment, does anyone still have the 1.7 sdk? it has been removed from the download page...
Nate_D
 
Posts: 64
Joined: Tue Mar 11, 2008 11:45 pm
Location: Calgary, Alberta

Postby Sudi » Sat Feb 20, 2010 11:27 am

Nate_D wrote:Does anyone know where I can get a 1.7.1 Directx dll? If that is not possible at the moment, does anyone still have the 1.7 sdk? it has been removed from the download page...

you can make your own very easy...just download the direktXsdk
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
User avatar
Sudi
 
Posts: 1603
Joined: Fri Aug 26, 2005 8:38 pm

Postby garrittg » Thu Feb 25, 2010 12:12 am

sorry it took so long... here is a precompiled DX9/DX8 compatible v1.7.1 Irrlicht.dll and libIrrlicht.a. this was compiled using CodeBlocks 8.02/MingW 5.1.4 and UPXd. i ran the GCC exe samples after building and they ran.

http://www.gprogs.com/irrlicht.mod/IrrDX_v1_7_1.zip

enjoy :)
garrittg
 
Posts: 117
Joined: Wed Apr 20, 2005 6:17 pm
Location: Iowa, USA

Postby bilygates » Thu Feb 25, 2010 1:41 pm

Thanks garrittg! You're our hero! :)
Funny thing that I was just looking for this today.
bilygates
 
Posts: 13
Joined: Tue Feb 23, 2010 10:35 pm

Postby ent1ty » Mon Mar 08, 2010 7:49 pm

Any idea why is my mouse not responding anymore with your .dlls and libIrrlicht? It's doing this only under DX's, when i switch back to OGL but keep your dlls etc. it works fine again.
ent1ty
 
Posts: 950
Joined: Sun Nov 08, 2009 11:09 am

PreviousNext

Return to FAQs, Tutorials, Howtos, and external tool lists

Who is online

Users browsing this forum: No registered users and 0 guests