Visual Studio Code – strings breaking coming back from unmanaged code C++
I'm creating a wrapper for an unmanaged C++ function to be called using C#. The function returns a vector of structs. When returning from the function, the strings are all ok, but after the 'return' to the wrapper, the strings…