Page 1 of 1

problem compiling with irrlicht 1.5

Posted: Mon Feb 16, 2009 8:17 am
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.

Posted: Mon Feb 16, 2009 8:37 am
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.

Posted: Tue Feb 17, 2009 6:21 am
by Jim121
Thanks

But the compiler still shows the following errors

ld returned 1 exit status
[Build Error] [demo.exe] Error 1

Posted: Tue Feb 17, 2009 8:11 am
by hybrid
If this is the only error message you should choose a different IDE, otherwise post the full text.