[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 _

[python-win32] Creating COM Server

2007-11-07 Thread MACKEITH Andrew
I created the COM server examples from chapter 12 of Win32 Programming, but couldn't get them to work unless I had administrator access. Is administrator access a requirement for creating a COM server ? File "DynamicPolicy.py", line 56, in ? win32com.server.register.UseCommandLine(PythonStringMo

[python-win32] Compiling win32 extensions

2007-11-09 Thread MACKEITH Andrew
I am compiling the win32 extensions on 32 bit windows using Microsoft Visual Studio 8 (AKA .Net 2005) I have had some problems with paths, but managed to solve these by manually adding paths to the registry. (I am puzzled that dsound.h appears in the SDK for ce, but not the regular SDK.) I am

Re: [python-win32] Compiling win32 extensions

2007-11-17 Thread MACKEITH Andrew
From: Mark Hammond [mailto:[EMAIL PROTECTED] Sent: Saturday, November 17, 2007 9:12 PM To: MACKEITH Andrew; python-win32@python.org Subject: RE: [python-win32] Compiling win32 extensions Although VS8

Re: [python-win32] Compiling win32 extensions

2007-11-20 Thread MACKEITH Andrew
From: Mark Hammond [mailto:[EMAIL PROTECTED] Sent: Sunday, November 18, 2007 5:09 PM To: MACKEITH Andrew; python-win32@python.org Subject: RE: [python-win32] Compiling win32 extensions Oops - my mistake! Please see pywintypes.h, where you will find a

Re: [python-win32] COM registration/unregistration and elevation onVista

2008-01-18 Thread MACKEITH Andrew
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mark Hammond > Sent: Thursday, January 17, 2008 11:10 PM > To: 'Python-Win32 List' > Subject: [python-win32] COM registration/unregistration and > elevation onVista > > On Vista, it's necessary to reg