Compiling Irrlicht as a lib

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
Guest

Compiling Irrlicht as a lib

Post by Guest »

hi
i've compiled irrlicht as a lib, but when I link it with my game I get this:

main.o(.text+0x1dc):main.cpp: undefined reference to `_imp___ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKw'
collect2: ld returned 1 exit status

make.exe: *** [example.exe] Error 1

What's this? what do I need to do?

thanks
Guest

Post by Guest »

help?
Guest

Post by Guest »

*Bump*
WToma
Posts: 70
Joined: Tue Aug 09, 2005 8:38 am
Location: Szeged, Hungary

Post by WToma »

Which compiler do you use?
You compiled a static lib or DLL?
Toma
"This is not a bug, this is a feature!"
Guest

Post by Guest »

using mingw and I compiled it as a lib.
Post Reply