[b]Problem with Dll's in VC++6.0[/b]
[b]Problem with Dll's in VC++6.0[/b]
I'm newbie
. 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
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.
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?