Page 9 of 9

Posted: Mon Mar 15, 2010 1:04 am
by garrittg
ent1ty wrote: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.
greetings :) it is a straight up compile of Irrlicht so I'm not sure why it would be happening. The DLLs are running the examples that use mouse fine in all 3 (OGL/DX9/DX8) and I havent heard of anyone else with the issue. I have had weird things happen when not all files have been fully rebuilt in a project. I would do a full rebuild of your project if you havent already and make sure no other Irrlicht DLLs can be found in your path.

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

Posted: Thu Aug 26, 2010 8:48 pm
by Cyan 3D
Hey!! I cann't download the precompiled_directx package from your provided Website:(

So how can I download This anyway??:|

Posted: Sat Aug 28, 2010 3:00 pm
by garrittg
greetings :) what happens when you click the download? it is working for me and has been dowloaded many times this month.

Posted: Tue Nov 30, 2010 2:34 am
by garrittg
this one is a little different. it contains a precompiled DX9/DX8 compatible v1.7.2 Irrlicht.dll and a DX9 only DLL. Both include OGL 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_2.zip

Posted: Thu Feb 03, 2011 7:28 pm
by stash
Hi guys.. I have a question...

I use 2 computers (Windows Vista x64 and Windows 7 x64) and I compiled the irrlicht with the Directx 9 headers.. well, on Windows Vista x64, my Irrlicht.dll have 6Mb.. on Windows 7 x64 30Mb.. what´s the problem or what is wrong? The same irrlicht 1.7.2 source and Directx 9 package are used.

Thanks!

Posted: Fri Feb 04, 2011 12:57 pm
by Mel
I'd swear you are compiling with all the debugging information... but i can't tell. The smallest irrlicht DLL i have gotten with GCC compilers is around 4.23 Mb, stripping all the symbols (enabling the option -s) and the debugging data. (not enabling the option -g) And using the switches -O2 to optimize speed and -OS to optimize the size.

Posted: Fri Feb 04, 2011 1:53 pm
by stash
Thanks Mel..
I really compiled with debug information.. I´m used the release option and the Irrlicht.dll size have 5.8Mb.. for me is very well.. thanks!

Posted: Wed Feb 09, 2011 12:46 am
by garrittg
greetings! dont forget about UPX. it will take the final DLL down further.

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

Posted: Sat Mar 03, 2012 6:18 am
by garrittg
here is the precompiled DX9/DX8 compatible v1.7.3 libIrrlicht.dll and a DX9 only DLL. Both include OGL 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_3.zip

enjoy :)

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

Posted: Sun May 20, 2012 1:21 am
by jamesst20
garrittg wrote:here is the precompiled DX9/DX8 compatible v1.7.3 libIrrlicht.dll and a DX9 only DLL. Both include OGL 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_3.zip

enjoy :)
Omg thanks !! Omg thanks !! :D Finally something that works ! I couldn't use anything because it kept saying "your program stopped working" or "Votre programme a cessé de fonctionner"

Omg that even work in QtCreator and Code::blocks!! Thanks :D

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

Posted: Mon May 21, 2012 7:03 am
by Cube_
wow.
O_O
woooooooooooooow!
Seriously, dx8 and dx9 support? I have been searching for dx8 support for quite a while!
Awesome!