C# Developers' Journal (original) (raw)
10:00a
Taking a C++ native object -> C# 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).