G
Guest
How can I send a string between C# to managed C++ and vice versa?
Joachim said:I have to add that I cannot use
using namespace System;
at the top since I'm using
#include <windows>
needed by a third party, unmanaged library.