irrlicht.dll was 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
tadd

irrlicht.dll was not found

Post 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
thesmileman
Posts: 360
Joined: Tue Feb 10, 2004 2:20 am
Location: Lubbock, TX

Post 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.
TF
Posts: 2
Joined: Thu Mar 18, 2004 5:27 am

Post by TF »

that worked.....thank you very much for your reply!
Post Reply