Quick question on locating DLL

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
swatter555
Posts: 14
Joined: Wed Sep 27, 2006 1:30 am

Quick question on locating DLL

Post by swatter555 »

I am using Visual Studio 2003 to start a new project with the Irrlicht engine. I believe I followed the instructions explicitly, but I am getting an error when I start the application. The application compiles fine, but when it starts a message box pops up and tells me it cant find the Irrlicht DLL.

I thought I setup VS to find the proper lib directory, but I guess I didn't. What is typically the problem, setup wise, that wouldn't detect the problem until runtime?

Thanks in advance.
Simson
Competition winner
Posts: 95
Joined: Wed Nov 30, 2005 8:53 am
Location: France : midi pyrénées

Post by Simson »

hello,
you must have the VC++ irrlicht.dll in the same folder of the executable.
swatter555
Posts: 14
Joined: Wed Sep 27, 2006 1:30 am

Post by swatter555 »

Thanks, that was the trick.
Post Reply