Page 1 of 1

Dev-C++ with Irrlicht - could not find procedure entry point

Posted: Mon Aug 06, 2007 4:33 am
by NoodlePowa
I tried using Dev-C++ with Irrlicht and it compiled fine. However, I then get the error in my exe:

"The procedure entry point _ZN3irr12createDeviceENS_5vido13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc could not be located in the dynamic link library Irrlicht.dll."

Help please!

Posted: Mon Aug 06, 2007 8:38 am
by hybrid
You're using the wrong library. Take the one from Win32-gcc.

Posted: Mon Aug 06, 2007 10:00 am
by NoodlePowa
I am using the Win32-gcc one...

Image

Posted: Mon Aug 06, 2007 10:30 am
by hybrid
Yes, you're linking against the proper one, but the program asks for the correct dll in your path. And that's the wrong one.

Posted: Mon Aug 06, 2007 10:37 am
by NoodlePowa
Thanks hybrid! :)