Deploying OpenCV based VC++ applications

  • Thread starter Thread starter jayesh.sidhwani
  • Start date Start date
J

jayesh.sidhwani

Guest
Hi,

I have made an OpenCV application in VC++, whose executable is in the form of a dll. I am using this dll in a .NET application.

After building the VC++ based OpenCV application, I get the dll. I simply move this dll into the bin folder of the .NET application and I can properly use it in the code.

However, I was wondering how would I build a setup for deployment on a target machines which won't even have any C++ runtime or OpenCV runtime libraries. Can anyone please help me figure out how can I make a setup file for the application?

Thank you.

Continue reading...
 
Back
Top