Passing a string variable as a ref between a c# dll and c++ dll

后端 未结 2 644
失恋的感觉
失恋的感觉 2021-01-13 23:01

I have a c# dll and a c++ dll . I need to pass a string variable as reference from c# to c++ . My c++ dll will fill the variable with data and I will be using it in C# how c

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