Irrlicht->Dev-C++->DX8 problem

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Tequilla
Posts: 40
Joined: Mon Nov 10, 2003 3:42 pm
Location: Germany
Contact:

Post by Tequilla »

Hmm... I can't build the irrlicht.dll
Compiling works fine (after removing several includes, which are included twice or more), but in the end i get an error in makefile.win without giving me any reason:
[Build Error] [irrlicht.dll] Error 1

What does it mean??
Guest

Post by Guest »

Tequilla wrote:Hmm... I can't build the irrlicht.dll
Compiling works fine (after removing several includes, which are included twice or more), but in the end i get an error in makefile.win without giving me any reason:
[Build Error] [irrlicht.dll] Error 1

What does it mean??
Ha! Everything's fine :)
I forgot to remove a " in the link-options
Tequilla
Posts: 40
Joined: Mon Nov 10, 2003 3:42 pm
Location: Germany
Contact:

Post by Tequilla »

Oups, i forgot to log in to write the last post... I am the guest :?

If it's ok for Niko, I'll build the DLL for Irrlicht 0.4.1 and upload it on my server for all, who can't build it.
puh
Posts: 356
Joined: Tue Aug 26, 2003 3:53 pm

Post by puh »

It will be very helpfull! Thanks
Tequilla
Posts: 40
Joined: Mon Nov 10, 2003 3:42 pm
Location: Germany
Contact:

Post by Tequilla »

Irrlicht.dll (0.4.1) for DevCPP with DirectX-Support (please update your engine to 0.4.1 before using this dll):
http://www.oliverheaven.de/downloads/Irrlicht.dll

By the way: Respect to Niko for the nice code! It's compiled without any error or warning... It's just perfect! :D
stampsm
Posts: 142
Joined: Mon Nov 10, 2003 5:52 pm
Location: Las Vegas

Post by stampsm »

i have had the same probs i can compile the directx stuff but whenever it run it crashes i have just been using opengl until i figure out what is wrong
Tequilla
Posts: 40
Joined: Mon Nov 10, 2003 3:42 pm
Location: Germany
Contact:

Post by Tequilla »

Are you compiling with Irrlicht 0.4.1 and DevCPP?
When yes, it should be no problem... I tried it out on several PCs without any problems :?
puh
Posts: 356
Joined: Tue Aug 26, 2003 3:53 pm

Post by puh »

Compiled app in Dev-C++ with DX couldn't work well in my case.
First it asked d3dx8d.dll. Ok, I find it and paste into the app's dir. But now it simply says:
---------
The procedure entry point
_ZN3irr12createDeviceENS_5video11EDriverTypeERKNS_4core11dimension2... dIiEEjbbPNS_14IEventReceiverEPKw could not be located in the dynamic link library Irrlucht.dll
---------
Maybe it's necessary to set some flags in compiller? (I use mingw32, Dev-C++ ver 4.9.8.0, DirectX9 package installed)
wornaki
Posts: 54
Joined: Sat Aug 23, 2003 1:18 am
Location: Argentina, South America

Post by wornaki »

Irrlucht.dll???. Maybe somethings is wrong there. Otherwise be sure no directx9 stuff mixes with irrlicht, though I sincerely think this is not the cause
Good luck!
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

puh wrote:Compiled app in Dev-C++ with DX couldn't work well in my case.
First it asked d3dx8d.dll. Ok, I find it and paste into the app's dir. But now it simply says:
---------
The procedure entry point
_ZN3irr12createDeviceENS_5video11EDriverTypeERKNS_4core11dimension2... dIiEEjbbPNS_14IEventReceiverEPKw could not be located in the dynamic link library Irrlucht.dll
---------
Maybe it's necessary to set some flags in compiller? (I use mingw32, Dev-C++ ver 4.9.8.0, DirectX9 package installed)
I get t hat same error...but i'm using the DX8 package.
nop
Posts: 4
Joined: Sun Nov 16, 2003 4:00 pm

Post by nop »

When the DirectX-enhanced dll was created, it also produced a new libIllricht.a, which you need to compile with to have your programs working properly with the new dll.
Tequilla
Posts: 40
Joined: Mon Nov 10, 2003 3:42 pm
Location: Germany
Contact:

Post by Tequilla »

Hmm.. I didn't need the new library...
nop
Posts: 4
Joined: Sun Nov 16, 2003 4:00 pm

Post by nop »

Well, i did ^_^
puh
Posts: 356
Joined: Tue Aug 26, 2003 3:53 pm

Post by puh »

Post this lib here, please.
Post Reply