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

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -