problem compiling with irrlicht 1.5

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
Jim121
Posts: 21
Joined: Sat Oct 11, 2008 2:23 am

problem compiling with irrlicht 1.5

Post by Jim121 »

Lately I have upgraded from irrlicht 1.3 to irrlicht 1.5 using the Dev_C++ package. When I tried compiling the DEMO example the compiler showed the following error.

[Linker error] undefined reference to `_imp___ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverE'

thanks in advance.
Open Conquest Developer
web site:
http://openconquest.webs.com/
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Looks like you have a wrong or missing link with Irrlicht.lib. Check your paths, avoid using an old Irrlicht.dll somewhere in your system path, make sure you use the -gcc one, etc.
Jim121
Posts: 21
Joined: Sat Oct 11, 2008 2:23 am

Post by Jim121 »

Thanks

But the compiler still shows the following errors

ld returned 1 exit status
[Build Error] [demo.exe] Error 1
Open Conquest Developer
web site:
http://openconquest.webs.com/
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

If this is the only error message you should choose a different IDE, otherwise post the full text.
Post Reply