CallDLL/WinDLL vs Python Wrapper Extension (Win32)

Sam Schulenburg samschul at pacbell.net
Thu Mar 23 19:49:11 EST 2000


In article <MPG.13446350543afce59896b5 at news.nettally.com>,
Tom Funk <_spam_sux_tdfunk at _spam_sux_nettally.com> wrote:
>
> I wish to write a Python Module that will talk to the PowerBuilder
ORCA
--------- Snip -----------------

> So, any takers? Does anyone have any feedback on what might be a
> preferred approach?
>
> Thanks for your help.
>
> --
> -=< tom >=-
> Thomas D. Funk | "Software is the lever
> Software Engineering Consultant | Archimedes was searching for"
> Advanced Systems Design, Tallahassee FL. |


I have used windll with great success. The biggest problem is maping
python data types to C data types using the struct module. Once I
figured that out it really went fast. I think this is the fastest way
to proceed with a known dll.

Sam Schulenburg



Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list