I'm absoulutely new to Irrlicht and wanted to give it a try right now because the demos were great
I downloaded the Irrlicht SDK 1.3 and extracted it. I looked for a C++ compiler and found Code::Blocks as IDE with MinGW.
When I try to compile the Demos I get no errors, but while linking the stuff I get:
Code: Select all
D:\Programme\irrlicht-1.3\examples\01.HelloWorld\main.o:main.cpp:(.text+0x89): undefined reference to `_imp___ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc'Thank you,
Daerst