python调用C++ DLL

Pyhton 调用 C++函数 // dllmain.cpp : 定义 DLL 应用程序的入口点。 #include "pch.h" #define DLLEXPORT extern "C" __declspec(dllexport) //放在 #include "stdafx.h" 之后 //两