[Deleted]

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
Escorter
Posts: 6
Joined: Fri Mar 03, 2006 6:10 pm

[Deleted]

Post by Escorter »

[Deleted]
Last edited by Escorter on Thu Feb 01, 2007 11:07 am, edited 1 time in total.
RageD
Posts: 34
Joined: Mon Jun 13, 2005 2:34 pm

Post by RageD »

The Makefile's are poop for compiling with Windows... Don't use 'em.. I suggest you use the IDE Dev-C++.. I myself am a big fan of MinGW & msys, I honestly don't like using IDE's but with windows this is the only (free) way I could get Irrlicht to compile for me. Here is what you do:

Create a new empty project.

Then, go to Project Options (ALT+P)
Click the parameters tab & add a linker. Add it from the irrlicht lib directory, in from the Win32-gcc. Add libIrrlicht.a from there

Now click the directories tab,
For both library directories & include directories, add the include folder located within the Irrlicht folder..

-RageD
DuF = (del)F.u
Microsonic Development
Post Reply