[python-win32] MIDL MakePy

2010-03-04 Thread Dave Cross
Hi all, Can anyone explain how MakePy interprets COM IDL? If I define: HRESULT Test([out] byte* outp); Makepy generates: method Test return self._ApplyTypes_(3, 1, (24, 0), ((16401, 2),), u'Test', None,outp) and I can interpret (16401,2) as VT_UI1, BYREF and OUT. If, however, I define:

[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