[Tutor] Need help with SWIG

Patrick K. O'Brien pobrien@orbtech.com
Sat, 7 Jul 2001 09:50:15 -0500


Yes, I could use COM. But for a variety of reasons I still want to use the
DLL API in addition to the COM and DDE interfaces. It seemed like SWIG would
be the fastest way to get something up and running.

---
Patrick K. O'Brien
Orbtech
"I am, therefore I think."

-----Original Message-----
From: tutor-admin@python.org [mailto:tutor-admin@python.org]On Behalf Of
Roman Suzi
Sent: Saturday, July 07, 2001 2:14 AM
To: tutor@python.org
Subject: Re: [Tutor] Need help with SWIG

(oops. mailed to wrong list first time)

On Fri, 6 Jul 2001, Patrick K. O'Brien wrote:

>If there is anyone here that has experience with SWIG, I could use some
>help. I'm trying to build an interface to a commercial Windows application

I've heard, that on Windows you can use COM to access application as an
object?

(And Python works with COM)