摘要: //C++中的DLL函数原型为 //extern "C" __declspec(dllexport) bool 方法名一(const char* 变量名1, unsigned char* 变量名2) //extern "C" __declspec(dllexport) bool 方法名二(const 阅读全文
posted @ 2020-03-23 08:45 xxxyz 阅读(1524) 评论(0) 推荐(0)