Problem with compiling the Irrlicht.dll

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.
Post Reply
zyclop
Posts: 17
Joined: Mon Jan 21, 2008 8:48 am

Problem with compiling the Irrlicht.dll

Post by zyclop »

Hi, I watched the vid how to compile Irrlicht, but:
1. Some links are dead, so can't get needed files
and
2. I want to get the Irrlicht.dll with DevC++

in the /source/irrlicht/ folder is already a project file. But it doesn't work!

Info: Platform: Windows Vista Home Premium
Irrlicht-Version: 1.4
IDE: DevC++

Can someone help me please?! Or give me the compiled dll and the Lib file?!

Greez zyclop
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

You can search in the FAQ forum for the precompiled version with D3D support (the other one is already contained in the SDK). However, in order to use th elib you'll have to compile anyway. So better get used to your compiler.
You don't need any files to compile Irrlicht other than the SDK and your compiler. Be sure to use the latest Dev-C++ version (5beta, aka 4.9.9.2, or later). In case you get error messages post them here to get more help.
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Or you can try my IrrExtensions !!! 8)
You don't need to add any of my extensions, but the program sets the Irrlicht project files up for compiling... ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

If you're new to C++, reading error messages and compiling stuff, do yourself a favour and use Microsoft Visual C++ Express!

I used to use Dev-C++ myself, but switching to MSVC++ has saved me more hours than I could ever count. I promise you, even if you hate Microsoft you'll love their debugger.

I'm not a a Microsoft fanboy, I'll stop endlessly repeating this advice as soon as there is something that can compete with their visual debugger.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

Ditto. If it helps, think of it as sticking it to the man by 133ch0rz1ng his w4r3z. When I have to use a gdb-front end (or raw gdb) now it feels like I'm trying to debug by bashing a rock against the source and listening to the echo.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
twilight17
Posts: 362
Joined: Sun Dec 16, 2007 9:25 pm

Post by twilight17 »

rogerborg wrote:Ditto. If it helps, think of it as sticking it to the man by 133ch0rz1ng his w4r3z. When I have to use a gdb-front end (or raw gdb) now it feels like I'm trying to debug by bashing a rock against the source and listening to the echo.
Theres a GDB front-end?!? What package in the repository???
(all this time I have been trying to use GDB in the console) :lol:
Post this userbar I made on other websites to show your support for Irrlicht!
Image
http://img147.imageshack.us/img147/1261 ... wernq4.png
zyclop
Posts: 17
Joined: Mon Jan 21, 2008 8:48 am

Post by zyclop »

Ok here is my Error Report:

Code: Select all

ld: dllcrt2.o: No such file: No such file or directory

C:\Dev-Cpp\bin\dllwrap.exe: no export definition file provided.
Creating one, but that may not be what you want
C:\Dev-Cpp\bin\dllwrap.exe: c++ exited with status 1
C:\Dev-Cpp\bin\make.exe: *** [../../bin/Win32-gcc/test/Irrlicht.dll] Error 1

Ausführung beendet
The file "dllcrt2.o" is available in dicrectory: "C:\Dev-Cpp\lib\"

I don't know what i can do -_-
Post Reply