I have a number of in-house programs coded in C++ using microsoft visual studio and a microsoft .dll librairy. I'm serching for a way to use those programs in Ubuntu without having to change all the classes associated with the .dll library. I would like to know if a equivalent library to the microsoft .dll library exist for Ubuntu that would allow thoses programs to be compiled in Ubuntu, or if there is a way to install those programs on Ubuntu.I have been reading about WINE, bu ti don't know if WINE is adapted to in-house programs.
Thank you