I want to send a string from C# to a function in a native C++ DLL.
Here is my code: The C# side:
[DllImport(@\"Native3DHandler.dll\", EntryPoint = \"
Default Marshaling for Strings http://msdn.microsoft.com/en-us/library/s9ts558h.aspx