• 2026-01-11
vc6编写python扩展的方法分享

有些C/C++的代码要在Python中要用到,又不想转成python,所以就写成python的扩展来调用,以下是我尝试后,在VC6下编写python扩展的过程...

11