会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Eritque arcus
BLOG
博客园
首页
新随笔
联系
订阅
管理
2020年3月26日
python 3.6 导入c++dll所遇到的坑
摘要: 1 返回值在c++里面为const char*,python 接收实际上为int类型 原因:python默认返回值为int 解决方法: import ctypes import os CUR_PATH = os.path.dirname(__file__) dllPath = os.path.joi
阅读全文
posted @ 2020-03-26 19:23 Eritque-arcus
阅读(222)
评论(0)
推荐(0)