I'm trying to develop software based on a lib and header C++ files given by another company. I don't know how the lib is built. I can only see the signature of the functions inside the header.Since I'm asked to make a GUI over this software, I wanted to convert those files into a dll to import them inside a C# project.
↧