Re: Python Wrapper for C# Com Object

2007-01-04 Thread bg_ie
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

Re: Python Wrapper for C# Com Object

2007-01-02 Thread Thomas Heller
[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

Re: Python Wrapper for C# Com Object

2006-12-29 Thread TheSeeker
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:

Re: Python Wrapper for C# Com Object

2006-12-29 Thread bg_ie
[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

Re: Python Wrapper for C# Com Object

2006-12-28 Thread bg_ie
[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

Python Wrapper for C# Com Object

2006-12-28 Thread bg_ie
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