Re: [python-win32] Win32Cred build errors

2008-11-27 Thread Mark Hammond
From the web page for the SDK I have. This release of the SDK is intended to replace the Windows SDK for Vista. But this only appears to be 0x500 rather than 0x501. Hence my confusion. There is some confusion regarding these versions. In the Vista SDK, you will find declarations along the

[python-win32] Win32Cred build errors

2008-11-25 Thread Dave Cross
Hi all/anybody, Win32credmodule.cpp for pywin32 2.5.212.1 insists on finding a header with #define _WIN32_WINNT 0x501 in it. The WinResrc.h file that comes with Microsoft Platform SDK for Windows Server 2003 R2 is only 0x500 so the build fails. As far as I can see, though, this version of

Re: [python-win32] Win32Cred build errors

2008-11-25 Thread Mark Hammond
] On Behalf Of Dave Cross Sent: Wednesday, 26 November 2008 2:29 AM To: python-win32@python.org Subject: [python-win32] Win32Cred build errors Hi all/anybody, Win32credmodule.cpp for pywin32 2.5.212.1 insists on finding a header with #define _WIN32_WINNT 0x501 in it. The WinResrc.h file