-3

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

4

1 回答 1

0

创建一个 Visual C++/CLR 类库项目并将其用作 C++ 库和 C# 项目之间的桥梁

于 2017-06-30T14:10:23.647 回答