Accessing dll
Helpful person
rrllff at yahoo.com
Thu Sep 6 11:41:45 EDT 2012
More information about the Python-list mailing list
Thu Sep 6 11:41:45 EDT 2012
- Previous message (by thread): Accessing dll
- Next message (by thread): Accessing dll
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sep 6, 8:30 am, Jerry Hill <malaclyp... at gmail.com> wrote: > You should start by reading the ctypes documentation, here:http://docs.python.org/library/ctypes.html. It has a lot of examples > that ought to get you started. > > When you run into more specific problems, you're going to have to > provide a lot more information before we can help you, including the > specific documentation of the DLL you're trying to wrap, your > platform, and python version. If you are not permitted to share those > things, we may not be able to give you much help. Ctypes is very > specific to the actual library you are accessing, and requires that > you understand the requirements of the underlying DLL. > > -- > Jerry Thanks Jerry, I'll read the reference you posted. Unfortunately I know almost nothing about the dll and Python is loaded in some strange framework. I'll post back after a thorough read about Ctypes.
- Previous message (by thread): Accessing dll
- Next message (by thread): Accessing dll
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list