C++ code in C#, Wrappers and #includes

时间:2015-06-15 14:32:30

标签: c# c++

When using C++ code in C#, if the class you are trying to wrap has #include's that aren't standard c++ libraries, Do all of the #includes also have to be in their own wrapper or does the class functions directly being used for the c# code only have to be put into a wrapper?

0 个答案:

没有答案