摘要: python插件生成的pyd文件本质上就是dll文件,所以我们可以定义其他导出函数,__stdcall可以用def文件改名字 DWORD __stdcall test(POB_THIS obthis,int n); pb中调用 function string test(String pbver, S 阅读全文
posted @ 2022-10-03 22:08 蒋佳威 阅读(47) 评论(0) 推荐(0)