Compiling Irrlicht-0.7 Source
Compiling Irrlicht-0.7 Source
Forgive me if this seems like an obvious question, but how do you compile the irrlicht-0.7 source code correctly?
I mean, the compiler creates all the *.o files correctly, but sometimes it won't generate a completed project. Other times it will just generate the libirrlicht.a file. But it will never actually generate a irrlicht.dll file. I am using Dev-C++ 5, and I have changed the directories to the local directories for the project (libjpeg, include, etc.) but the compiler still won't give me the dll file.
Is there a tutorial on the site for this, or is the compiler only supposed to generate a .a file?
And if so, what dll do I use? do I use the default irrlicht.dll?
I mean, the compiler creates all the *.o files correctly, but sometimes it won't generate a completed project. Other times it will just generate the libirrlicht.a file. But it will never actually generate a irrlicht.dll file. I am using Dev-C++ 5, and I have changed the directories to the local directories for the project (libjpeg, include, etc.) but the compiler still won't give me the dll file.
Is there a tutorial on the site for this, or is the compiler only supposed to generate a .a file?
And if so, what dll do I use? do I use the default irrlicht.dll?
-
- Posts: 386
- Joined: Thu Sep 25, 2003 12:43 pm
- Contact:
What Windows version you're running ???
You can compile Irrlicht only on WinXP !!!
(W98 and W2000 doesn't work)
You can compile Irrlicht only on WinXP !!!
(W98 and W2000 doesn't work)
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
-
- Posts: 386
- Joined: Thu Sep 25, 2003 12:43 pm
- Contact:
-
- Posts: 602
- Joined: Sat Aug 23, 2003 2:03 am
- Location: Pottstown, PA
- Contact:
Well, in fact you can compile all parts off Irrlicht with W98 or W2000 but dllwrap qould not work (linking all parts to one DLL) because the command line for this is to long and only XP can handle this...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java