Page 1 of 1

Strange Runtime Error in Dev-C++ - Entry Point not Found

Posted: Sun Jul 27, 2008 7:19 am
by NeRoX
I compiled a simple Irrlicht application on Dev-C++ and when I try to play the game I get that error:

Entry point not found
_ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc could not be located in the dynamic link library Irrlicht.dll

Any ideas??
Thanks

Posted: Sun Jul 27, 2008 7:30 am
by NeRoX
LOL solved, the problem was that I copied the VS dll instead of GCC dll
thanks anyway