python调用c dll参数问题python 调用c写的dll有个接口int __stdcall Fun(char *&pBuffer)在python中,应该
python调用c dll参数问题
python 调用c写的dll
有个接口
int __stdcall Fun(char *&pBuffer);
在python中,应该怎么调用?
[解决办法]
试试ctypes模块...
python调用c dll参数问题
python 调用c写的dll
有个接口
int __stdcall Fun(char *&pBuffer);