Re: [python-win32] Missing adsi.pyd, pwin32-216

2011-03-14 Thread Tim Golden
On 12/03/2011 01:16, Roger Upole wrote: I took a look at this some more, and was able to get adsi built for python 3.1 using the module (adsi.cpp) as generated by the Py3k port of swig, and the interfaces (PyIADs.cpp) as generated by the Python2 version of Swig, with just a few manual modific

Re: [python-win32] GetScrollInfo and SetScrollInfo method signatures?

2011-03-14 Thread Roger Upole
"Greg Ewing" wrote in message news:4d7db564.8090...@canterbury.ac.nz... > According to the pywin32 docs, PyCWnd.GetScrollInfo and > PyCWnd.SetScrollInfo have the following signatures: > >int = GetScrollInfo(nBar, mask) >int = SetScrollInfo(nBar, redraw) > > Surely these can't be right? S