missing files?

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
VENATOR
Posts: 5
Joined: Sat Jun 28, 2008 2:53 am
Location: Kaysville, UT

missing files?

Post by VENATOR »

I just downloaded Irrlicht and Dev-C++ and followed Andy Spurgeon's tutorial on how to set them up together found here in the tutorials section of irrlicht.sourceforge.net.

The only problem I had was with adding the Irrlicht libraries. I found and added the first one ok, but couldn't find the other two, libjpeg.a and libz.a. I ran a search for both files through all the Irrlicht directories, but cannot seem to find them anywhere... libIrrlicht.a is the only file in the lib/Win32-gcc directory. (I'm just assuming thats the right place to look, since I'm running Windows and not using Visual Studio...)

I'm using Irrlicht 1.4.1 and Dev 4.9.9.2 on Windows Vista. Anyone have any ideas where these files might be? Or if not, where I can download them?
wildrj
Posts: 301
Joined: Thu Mar 23, 2006 12:49 am
Location: Texas/ Cyberspace
Contact:

Post by wildrj »

those libs are no longer required. Irrlicht will compile with the one you added just fine. The tutorials on the site are highly outdated sorry.
http://wild.deathtouchstudios.com << My gamedev blog
<Programming is a way of life>
If at first you don't succeed press the delete key till you do :)
VENATOR
Posts: 5
Joined: Sat Jun 28, 2008 2:53 am
Location: Kaysville, UT

Post by VENATOR »

oh ok thanks. i got it to work now.
Post Reply