I put the include directories....the lib's, I installed irrlicht in c:, I linked to libirrlicht.a I've put all the directories. I copied irrlicht.dll to the system32 folder.....and still doesnt work....I get this error:
[Linker error]undefined reference to `_imp___ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc'
collect2: ld returned 1 exit status
id returned 1 exit status
btw...The tutorial about setting up dev-cpp with irrlicht is outdated...
first...is for a different version of dev-cpp, actual version is 4.9 or 5 I think...I have 4.9.9.2...
second...irrlicht-1.1 has other directories with different names....which should I add? irrlicht.lib is in the directory \lib\Win32-visualstudio and libirrlicht.a is in \lib\Win32-gcc...should I add em both?
Please help! I'm about to tear my hair!
Edited:
Thanks for the suggestion...but I solved the problem this afternoon...the problem was that I was writing the code as a File->New->Source File... so the option to set the parameters found in the Project->Project Options was disabled...
But I created a File->New->Project and everything worked out just perfectly...I just had to go to the Project Options and set the parameters to look for the libirrlicht.a
So thanks, I just posted the way I solved the problem because I though it might be helpful to others