Re: [python-win32] Python COM Server, C++ Client - How ???

2007-09-23 Thread Aviel, Gal
Hi Ryan, thanks for your reply, I appreciate it :) Yes I am very much interested and would appreciate if you can post your solution, anything that enables me to connect from C++ will do. Many thanks - Gal. - Intel Israel (74) L

Re: [python-win32] Python COM Server, C++ Client - How ???

2007-09-23 Thread Aviel, Gal
Hi Ryan, Thanks very much for your post!! Your example looks short and sweet :) and is probably one of the only examples on the web today showing how to write a C++ client connecting to an late bound COM server, regardless or Python, so I guess people from even outside the Python community googl

Re: [python-win32] python-win32 Digest, Vol 54, Issue 14

2007-09-23 Thread Tony Cappellini
Take a look at SWIG and BOOST. Message: 1 Date: Sun, 23 Sep 2007 09:23:54 +0200 From: "Aviel, Gal" <[EMAIL PROTECTED]> Subject: Re: [python-win32] Python COM Server, C++ Client - How ??? To: "Ryan Ginstrom" <[EMAIL PROTECTED]>, Message-ID: ___ py

[python-win32] Building win32 extensions on 64bit Windows

2007-09-23 Thread MACKEITH Andrew
I am looking for help building the win32 extensions on 64 bit windows using the .NET 2005 compiler? I followed the instructions "Building the extensions from sources" but found that certain headers could not be found. Alternatively, are windows 64 binaries available yet? Andrew MacKeith _

Re: [python-win32] Building win32 extensions on 64bit Windows

2007-09-23 Thread Mark Hammond
> I am looking for help building the win32 extensions on 64 bit windows > using the .NET 2005 compiler? You will need to use the CVS version of pywin32, and follow the instructions in the docstring for that file - there are specific instructions relating to x64 builds.   > I followed the instruct