error ...could not be located in Irrlicht.dll

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
monokron

error ...could not be located in Irrlicht.dll

Post by monokron »

Source is compiled without error messages and Irrlicht.dll included in same folder with copiled .exe but when I try to run the exe, following error is displayed:

The precedure entry point _ZN3irr12CreateDeviceENS_5video11EDriverTypeERKNS_4core11dimension2dIiEEjbbPNS_14IEventReceiverE could not be located in the dynamic link library Irrlich.dll

I'm using Dev-C++

Thanks in advance
puh
Posts: 356
Joined: Tue Aug 26, 2003 3:53 pm

Post by puh »

You copied wrong Irrlicht.dll. There is different dll for VC++ and DEVC++.
monokron

dll:s

Post by monokron »

ashamed :)

thanks
Post Reply