Irrlicht.dll 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
xKlibur
Posts: 5
Joined: Sat Aug 27, 2005 12:00 am
Location: Brooklyn(NYC)

Irrlicht.dll not found

Post by xKlibur »

I've setup my Microsoft Visual C++ 6.0 to use Irrlicht Engine..It's my first use for this engine.I followed step by step The Tutorial 1: HelloWorld of the site
. I compiled the source and built the executable good with 0 errors and 0 warnings.
But i can't launch the executable from Visual C++.It says "Irrlicht.dll not found".
I launch successfully at the first click the executable files of the ...\bin\Win32-VisualStudio directory.
I'm lost and need your help....
ThanX
Rienp
Fred

Post by Fred »

Think it through. It can't find irrlicht.dll. So in Windows how do you get an application to find and load a dll? You either add it to the directory where the application is, or you put it into the system directory.

Damn I gave the answer away.
luckymutt
Posts: 453
Joined: Sun Mar 06, 2005 11:56 pm
Location: C-Ville

Post by luckymutt »

Damn I gave the answer away.
Don't sweat it...
that question was only worth 2 points, anyway.
xKlibur
Posts: 5
Joined: Sat Aug 27, 2005 12:00 am
Location: Brooklyn(NYC)

.....

Post by xKlibur »

i was looking for the answer farther but it's just close to me....ThanX guys.
Rienp
Post Reply