On 08:13 pm, de...@nospam.web.de wrote:
Yuvgoog Greenle schrieb:
Is there a way that Python and C can have a shared definition for a
binary data structure?

It could be nice if:
1. struct or ctypes had a function that could parse a .h/.c/.cpp file
to auto-generate constructors
or
2. a ctypes definition could be exported to a .h file.

So my question is - is there a way to do this in the std-lib or even pypi?


--yuv


ps If this doesn't exist, then I'm probably going to open a project
and would like some tips/ideas.


gccxml can be used to do this, there is a ctypes utilities module that works with the output of gccxml.

Diez
--
http://mail.python.org/mailman/listinfo/python-list

ctypes_configure can do this, too, doesn't require gccxml, and works with non-gcc compilers.

Jean-Paul
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to