Example:
I have C++ function declared as
void FunctionA(...);
or
FunctionB(va_list args);
How can I create C++/CLI wrapper so I can call those functions from C#?
Thanks
1
Example:
I have C++ function declared as
void FunctionA(...);
or
FunctionB(va_list args);
How can I create C++/CLI wrapper so I can call those functions from C#?
Thanks
1