Re: COM Makepy Question

2006-07-07 Thread gregarican
alf Of gregarican > > Sent: Friday, July 07, 2006 1:37 PM > > To: [email protected] > > Subject: COM Makepy Question > > > > Using Pythonwin's COM Makepy utility I created a COM wrapper > > around an OCX file that's used to communicate with a >

RE: COM Makepy Question

2006-07-07 Thread Stefan Schukat
-Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of gregarican > Sent: Friday, July 07, 2006 1:37 PM > To: [email protected] > Subject: COM Makepy Question > > Using Pythonwin's COM Makepy utility I created a COM wr

COM Makepy Question

2006-07-07 Thread gregarican
Using Pythonwin's COM Makepy utility I created a COM wrapper around an OCX file that's used to communicate with a magstripe card reader. The wrapper was created without incident and I can invoke any "get" type of method without a problem. But whenever I attempt to invoke any of the "set" type of me