how to carry out an application built with opencascade on a new PC

Hi,
I developed an application under Windows NT with Opencascade and I want to launch the executable on another machine without installing Opencascade nor VSC++.
Thank you for your assistance.

Mikael Aronsson's picture

Hi !

You need to include all the dll files with your application (or let the user download the files him/her self), the most easy solution is to put them in the same directory as your application.

Depending on how you have linked your application you may need to include some VC++ dll files (MFC for example), the documentation for Visual Studio has information about how to do that.

Mikael