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

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
NoodlePowa
Posts: 32
Joined: Sun Jul 15, 2007 1:02 pm
Location: California

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

Post 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!
"Be not ashamed of mistakes and thus make them crimes."
-Confucius
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

You're using the wrong library. Take the one from Win32-gcc.
NoodlePowa
Posts: 32
Joined: Sun Jul 15, 2007 1:02 pm
Location: California

Post by NoodlePowa »

I am using the Win32-gcc one...

Image
"Be not ashamed of mistakes and thus make them crimes."
-Confucius
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post 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.
NoodlePowa
Posts: 32
Joined: Sun Jul 15, 2007 1:02 pm
Location: California

Post by NoodlePowa »

Thanks hybrid! :)
"Be not ashamed of mistakes and thus make them crimes."
-Confucius
Post Reply