Page 1 of 1

irrlicht.dll was not found

Posted: Thu Mar 18, 2004 12:23 am
by tadd
i just downloaded irrlicht and tried to do the 1st hello world tutorial. for some reason i'm having trouble just getting irrlicht set up with ms visual c++ 6.0. i configured my project options for 'Libraries' to include the lib\VisualStudio directory and added the \include director to the 'Include" items for my program options. i'm still getting a runtime error that states that the irrlicht.dll was not found. shouldn't the steps mentioned above take care of this problem? ..or is there something i forgot to do?
thanks!
tadd

Posted: Thu Mar 18, 2004 4:08 am
by thesmileman
The dll must be in the same folder as the project itself while programming. After you are ready to use your application outside of the programming environment you must have the dll in the same folder as your application.

Posted: Thu Mar 18, 2004 5:27 am
by TF
that worked.....thank you very much for your reply!