Hi, im trying to compile Irricht .07 with DC++. I used the tutorial on "setting up DC++". I got the "Hello world" program to work/run fine. To compile the Irr source, i simply loaded up the Irrlicht.dev file and added the lib's and the directories like in the tutorial. I get these two errors.
\Dev-Cpp\Bin\..\lib\gcc-lib\mingw32\3.3.1\..\..\..\..\mingw32\bin\ld.exe C:\Documents and Settings\Dude1\Desktop\Programming\irrlicht-0.7\source\Irrlicht\g cannot find -ljpeg
C:\Documents and Settings\Dude1\Desktop\Programming\irrlicht-0.7\source\Irrlicht\Makefile.win [Build Error] [Irrlicht.dll] Error 1
I also copied the Irricht.dll to the windows32 directory.
Any ideas?