Thomas Heller skrev:
> [EMAIL PROTECTED] schrieb:
> > [EMAIL PROTECTED] skrev:
> >
> >> Hi,
> >>
> >> I wish to write a Python wrapper for my C# COM object but am unsure
> >> where to start. I have a dll and a tlb file, and I can use this object
> >> in C via the following code -
> >>
> >> // Con
[EMAIL PROTECTED] schrieb:
> [EMAIL PROTECTED] skrev:
>
>> Hi,
>>
>> I wish to write a Python wrapper for my C# COM object but am unsure
>> where to start. I have a dll and a tlb file, and I can use this object
>> in C via the following code -
>>
>> // ConsolApp.cpp : Defines the entry point for t
Hi,
A question. Why in your C-version are your doing:
X_com_ptr->SetID(10);
and in the Python version:
interface.SetID() ?
I don't know anything of your COM object, but does SetID require a
parameter?
Duane
[EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] skrev:
>
> > [EMAIL PROTECTED] skrev:
[EMAIL PROTECTED] skrev:
> [EMAIL PROTECTED] skrev:
>
> > Hi,
> >
> > I wish to write a Python wrapper for my C# COM object but am unsure
> > where to start. I have a dll and a tlb file, and I can use this object
> > in C via the following code -
> >
> > // ConsolApp.cpp : Defines the entry point
[EMAIL PROTECTED] skrev:
> Hi,
>
> I wish to write a Python wrapper for my C# COM object but am unsure
> where to start. I have a dll and a tlb file, and I can use this object
> in C via the following code -
>
> // ConsolApp.cpp : Defines the entry point for the console application.
> //
> #inclu
Hi,
I wish to write a Python wrapper for my C# COM object but am unsure
where to start. I have a dll and a tlb file, and I can use this object
in C via the following code -
// ConsolApp.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "windows.h"
#include