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

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
NeRoX
Posts: 12
Joined: Fri Jul 11, 2008 8:15 pm

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

Post 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
PROUD ISRAELI!
NeRoX
Posts: 12
Joined: Fri Jul 11, 2008 8:15 pm

Post by NeRoX »

LOL solved, the problem was that I copied the VS dll instead of GCC dll
thanks anyway
PROUD ISRAELI!
Post Reply