I created a project which included the headers and lib files and dll’s of the Assimp project. I included the lib files in the VS2008 project, and it compiles without errors. I also copy the assimp dll to the output folder, but when I try to run the executable, it says it can’t find the Assimp32d.dll.
I have absolutely no idea why the executable can’t “see” the dll. What do?
If you are running through MSVS2008 please, check the working directory.
Additionally, check the name of dll.
Additional, you could check if you have all dll accessible to your program with http://www.dependencywalker.com/, just open your exe and seed the dll dependence and if this are accessible or not.
If not all are accessible please copy (dll) or add the dll directory in to the %PATH% variable in