I recently started working on a managed wrapper for the Terminal Services API, and as my C++/CLI is a bit rusty I ran into some issues which I’m sure are common when trying to handle the impedance mismatch between the managed and unmanaged worlds.
I’m going to take a look at one of those issues here, [...]
C++/CLI Converting from String to wchar_t and to char*