Page 1 of 1

missing files?

Posted: Sat Jun 28, 2008 3:08 am
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?

Posted: Sat Jun 28, 2008 3:10 am
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.

Posted: Sun Jun 29, 2008 9:03 pm
by VENATOR
oh ok thanks. i got it to work now.