Error referencing to a .dll

Good evening to everybody.

I am having a problem working with an already made project (.vcxproj file). I am using visual studio, and when I want to debug it, sais "the program can't start because of the absence of MF604.dll, try to reinstall the program". The strange thing is, that exactly file is just there in the same folder as the project.


How can I fix it?? Do I have to include that file in the project?? How do I do that??

Thanks for your attention.

Goodbye.
Easy, put the dlls in your program's exectuable's directory, or wherever the app is. This is located in the debug folder of your SOLUTION, not project
Last edited on
Thank you Runner!
You're welcome, glad to help! :)
Topic archived. No new replies allowed.