Taking a C++ native object -> C#
Date: 02/08/08
(C Sharp) Keywords: no keywords
Greetings everyone,
Let me just give a little background on my current setup. I'm interfacing to a C++ native DLL though a front-end c# gui. I've got a Managed C++ interop between the two.
My question is this, since I've implemented the managed c++ interop between the two, how can I move a native c++ object to the c# front end? I want to use the object for outputs (whether it be a simple ToString() or what).
Source: http://community.livejournal.com/csharp/92581.html