Windows使用MSVC,命令行编译,连接64位dll,Python调用

文章目录 代码 编译 连接 Python调用 前一篇博客: Windows下使用Visual Studio自带的MSVC,命令行编译C/C++程序 代码 mylib.h代码以下:python #ifndef MYLIB_H #define MYLIB_H #if defined(BUILDING_MYLIB) #define MYLIB_API __declspec(dllexport) __s
相关文章
相关标签/搜索