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] Compiling win32 extensions

2007-11-18 Thread Mark Hammond
ond; python-win32@python.org Subject: RE: [python-win32] Compiling win32 extensions _ 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-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-17 Thread Mark Hammond
Andrew Sent: Saturday, 10 November 2007 5:58 AM To: python-win32@python.org Subject: [python-win32] Compiling win32 extensions 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

[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