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.
NoodlePowa
Posts: 32 Joined: Sun Jul 15, 2007 1:02 pm
Location: California
Post
by NoodlePowa » Mon Aug 06, 2007 4:33 am
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 » Mon Aug 06, 2007 8:38 am
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 » Mon Aug 06, 2007 10:00 am
I
am using the Win32-gcc one...
"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 » Mon Aug 06, 2007 10:30 am
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 » Mon Aug 06, 2007 10:37 am
Thanks hybrid!
"Be not ashamed of mistakes and thus make them crimes."
-Confucius