Hi
I've been trying to do the "Hello World" tutorial. I have done everything step-by-step, just like it's written in the tutorial. I've link all the needed files, I've put the irrlicht.dll in the right place. I compiled it and tried to execute but
an error popped up (first time i've seen this kind of error :/)
[Linker error] undefined reference to `_imp___ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc'
I'm using Dev-C++ 4.9.9.2 (i've tried to compile it on other versions and the error was still there :/). I DID link the files just like it's written so i really don't think that a not linked file is the problem :/. If anybody knows how to solve this please help me. (By the way, i compiled 4 other examples and everytime I get the same error :/)
Are you using the correct dll?
There is a different one for dev-cpp. It's in the win-gcc folder. Also, make sure you are linking to the correct lib file.
If it exists in the real world, it can be created in 3d
OMG it worked :/. Thank you very much for the help. It seems I have by mistake mixed two .dll with their folders. The one for Dev-C++ was in Visual's folder, and the one for Visual was in Dev's folder. Still, I dunno how that happened.. :/