Page 1 of 1

[Deleted]

Posted: Fri Mar 03, 2006 6:12 pm
by Escorter
[Deleted]

Posted: Fri Mar 03, 2006 9:07 pm
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