Error referencing to a .dll

Jan 31, 2016 at 7:59pm
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.
Jan 31, 2016 at 8:20pm
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 Feb 2, 2016 at 12:53am
Feb 1, 2016 at 8:20pm
Thank you Runner!
Feb 2, 2016 at 12:17am
You're welcome, glad to help! :)
Topic archived. No new replies allowed.