managed c++ - Using C++ class functions in C# -
managed c++ - Using C++ class functions in C# -
you can utilize c++ class in c# project registering c++ dll in c# project. problem 1 of c++ class has function has 4 parameters, 2 of of type wchar_t
, not available in c#. how can utilize function in c# code?
c# managed-c++
Comments
Post a Comment