dll requiere

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
darky

dll requiere

Post by darky »

hi, i'm sorry for my english (beacause i'am french) :P , but i have a problem.
I use dev C++ to make my programs, and when i launch the program, he tell me a dll file is missing (iirrlicht.dll)
I'm a newbie, so if somebody can help me, it will be realy sympathic.
Thanks :D .
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post by keless »

you need to go into your IrrLicht folder, and into binaries/DevCpp/ and take the .DLL you find there. Put it in the same directory that your program runs in.
a screen cap is worth 0x100000 DWORDS
Guest

Post by Guest »

Thanks keless :D ! It run!
Post Reply