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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -