Interop sending string from C# to C++

前端 未结 5 1174
醉酒成梦
醉酒成梦 2020-12-11 23:25

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 = \"         


        
5条回答
提交回复
热议问题