C# 调用C++ dll时,C++的string该怎么办呢?
大家讲道理
大家讲道理 2017-04-17 14:54:10
0
1
594

C# 调用C++ dll时,C++的string该怎么办呢?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(1)
小葫芦

The STL class cannot be included in the interface exported by C++ DLL, which may cause the program to crash. Because the C++ library linked to your module may have different versions. The interface char * for C-style strings should be provided, and the convention is to

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!