I'm on Windows with VS2005 testing ctypes on a very simple dll
I create a test.dll project which exports a function fntest(). I don't
touch anything in the autogenerated source and build it. I can load
the dll but can't access the function by its name fntest. Only by
ordinal number or calling getat
On 23 Jun, 10:32, Nick Craig-Wood <[EMAIL PROTECTED]> wrote:
> rych <[EMAIL PROTECTED]> wrote:
> > I'm on Windows with VS2005 testing ctypes on a very simple dll
> > I create a test.dll project which exports a function fntest(). I don't
> > touch any
I'm not quite familiar with python serialization but the picle module,
at least, doesn't seem to be able to serialize a ctypes Structure with
array-fields. Even if it was, the ASCII file produced is not in a
human-friendly format.
Could someone please suggest a method of saving and loading the fie
OK, an easier question, hopefully.
How to unpack all fields from ctypes Structure line by line and save
into the name-value pairs?
--
http://mail.python.org/mailman/listinfo/python-list