"Greg Ewing" <[email protected]> wrote in message
news:[email protected]...
> Roger Upole wrote:
>
>> The conversion in win32ui has changed since 212. At one time it
>> was negating the height that was passed in:
>>
>> if (PyInt_Check (v))
>> pLF->lfHeight = -PyInt_AsLong(v);
>
> Ah, that explains it all!
>
>> You can also extract the version embedded in the pyd's using
>> win32api.GetFileVersionInfo.
>
> That sounds great, thanks.
>
> Do you happen to know exactly which version the change was
> made in, so I can get the version test right?
>
> --
> Greg
213 was the first build without the negation.
Roger
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32