用VS2017 15.9.3版本編寫C++動態鏈接庫 和 python調用dll

1. 創建.dll文件 首先建立動態鏈接庫項目 在VS創建的.cpp文件中編寫你的C++代碼 並在開頭加上以下代碼 extern "C" _declspec(dllexport) return_type func_name(type1 parameter1 [, type2 parameter2 [, ...]]); 生成解決方案 (Ctrl + Shift + B) 然後就可以在項目文件夾中找到
相關文章
相關標籤/搜索