Need Dev C++ Help

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
Julius
Posts: 8
Joined: Wed Dec 20, 2006 2:24 pm

Need Dev C++ Help

Post by Julius »

I Want to setup Irrlicht 1.2 in devc++
But i cant find the files :

libjpeg.a -- the Independant JPEG group library
libz.a -- the zlib compression library

??????????????????????????

Are the files important?
AaronA
Posts: 55
Joined: Tue Sep 12, 2006 1:31 am

Post by AaronA »

You should only have to link Irrlicht, if my memory recalls correctly.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, all those helper libs are nowadays packed into Irrlicht library. You followed an outdated tutorial (see the FAQ section for an updated version).
Post Reply