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
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.