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 - // ConsolApp.cpp : Defines

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 the console

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

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

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. // #include