D
Dv
I have a API lib (written in C/C++) that can be used by C/C++ project.
Now, I'm adding support to C# project.
I changed the Lib to DLL. This is easy. However, I have no idea how to
deal with the structures and constants that used to be defined in the
header file of the lib.
Where should I define them that they can be commonly used by the DLL, C
++ and C#, and also is readable to their developers from their IDEs?
Thanks!
-Dev
Now, I'm adding support to C# project.
I changed the Lib to DLL. This is easy. However, I have no idea how to
deal with the structures and constants that used to be defined in the
header file of the lib.
Where should I define them that they can be commonly used by the DLL, C
++ and C#, and also is readable to their developers from their IDEs?
Thanks!
-Dev