python 调用c++ dll 动态库
摘要:一丶C++ 编译类动态库 1)新建生成.dll文件的空项目 双击: 2)编写头文件:pycall.h //test.h pragma once class Mymath { int sum(int, int); int sub(int, int); }; 1234567 注: define DLLE
阅读全文
posted @ 2019-08-30 16:06
posted @ 2019-08-30 16:06
posted @ 2019-08-21 11:14