摘要: DLL中导出的C函数 static const char* s_ptr="asdf" extern "C" _declspec (dllexport) char* TestString(char** ppChar, int* plen) { wchar_t wp[] = {L"测试中文啊aahaha 阅读全文
posted @ 2021-06-23 14:04 心的码农 阅读(1112) 评论(0) 推荐(0)