cant load dll
cant load dll
i built the hello world tutorial in vc++ 2008 and it told me that it couldnt find the irrlicht.dll im pretty sure i got its directory right in the options>projectsandsolutions>directories>DLL-<irrlichtfolder/lib/win32-visualstudio> im pretty sure thats where the dll is and ive mad that the directory but i get the error so can someone please help?
Put the dll beside your executable.
There are a few more places (http://msdn.microsoft.com/en-us/library/ms682586.aspx) where you could put it, but putting it beside the exe is the safest thing to do.
There are a few more places (http://msdn.microsoft.com/en-us/library/ms682586.aspx) where you could put it, but putting it beside the exe is the safest thing to do.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 12
- Joined: Mon Jul 07, 2008 4:26 pm
- Location: India
Error message are a useful thing to read. If it says it does not find a dll then it does not find it. If you put it beside the .exe and you still get that error, then it's the wrong dll.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm