摘要: C#調用dll: const string path = @"x:\xx\xx.dll"; // 定义dll的位 const CallingConvention calling_convention = CallingConvention.Cdecl; 一、字符串 例子1、 -》c++ extern 阅读全文
posted @ 2021-11-24 11:26 dcli 阅读(45) 评论(0) 推荐(0)