Irrlicht->Dev-C++->DX8 problem
Ha! Everything's fineTequilla 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??
I forgot to remove a " in the link-options
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!
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!
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)
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)
-
- Posts: 386
- Joined: Thu Sep 25, 2003 12:43 pm
- Contact:
I get t hat same error...but i'm using the DX8 package.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)