How to bind external dlls to my solution MS Visual Studio 2017 ?

  • Thread starter Thread starter Sonya2010
  • Start date Start date
S

Sonya2010

Guest
Hi,


I have bunch of dlls which are externally linked to my solution at the design time solution compiles flawlessly, but when I hit the debug button then compiler complains about the missing dlls such as " The program can't start because Qt5Widgetsd.dll is missing from your computer. Try reinstalling the program to fix this problem."


There should be a way in IDE to bind those dlls without manually specifiying them because there is a lot of them in the folder. Or I have to copy all dlls to build folder.


Regards,

Continue reading...
 
Back
Top