Hi,
I am having alot oftrouble using Irrlicht with Dev-C++. Everytime i go to compile "tutorial 1" i get 3 problems with "makefile.win". I have linked everything correctly (i think) but i cant find the irrlicht.dll file. I used the devpak to install irlicht so that may be the problem, anyway, here are my errors.
Makefile.win
[Build Error][Warning] overriding commands for taget "Irrlicht" (line 29)
[Build Error][Warning] ignoring old commands for target "Irr;icht" (line 26)
Circular "Irrlicht <- "Irrlicht dependancy dropped
Line 26 of Makefile.win reads like this....
$(CPP) $(LINKOBJ) -o "Irrlicht Test.exe" $(LIBS)
Line 29 of Makefile.win reads like this
$(CPP) ic "Irrlicht Test.cpp -o "Irrlicht Test.o" $(CXXFLAGS)
Cheers!