[b]Problem with Dll's in VC++6.0[/b]

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
Andy
Posts: 2
Joined: Wed Apr 14, 2004 7:22 am
Location: Warsaw, Poland

[b]Problem with Dll's in VC++6.0[/b]

Post by Andy »

I'm newbie :oops:. After the compiling "Hello World" in VC++6.0 everything's all right but in a moment executing of a DemoTech appears message:"The application failed because of "Irrlight.dll" is not founded". I linked headers (include files) and librarries (lib file in Visual folder) and I don't know what's going on.
Andymen
Guest

Post by Guest »

add the path to the irrlicht dll to the system PATH
Andy
Posts: 2
Joined: Wed Apr 14, 2004 7:22 am
Location: Warsaw, Poland

Post by Andy »

Thanks a lot for your advice but what do you mean "System PATH"? Is it a path in Project->Settings?
Andymen
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

What he means is to copy it to the directory where your executable is.

Or, put in in a location that is searched through by the system to find files.

Like c:\windows\system32

If you put it there, you would just need to remember to copy any newer versions of the dll there also.
Crud, how do I do this again?
Post Reply