Discussion:
[python-win32] A slightly nutty idea I came up with, that may help with Win32 API wrapper development.
bifferos
2015-05-31 11:07:05 UTC
Permalink
I've produced a script that lets you generate a python module containing the

definitions in a windows header file. I do realise that gcc-xml can also help
with stuff like this, but I wanted to try another approach to see where it got me.

The script is here:

https://github.com/bifferos/wrappers/blob/master/defines.py

thanks,
Biff.

Loading...