[python-win32] CreateURLMonikerEx and Win2000

Tim Roberts timr at probo.com
Fri May 22 18:52:43 CEST 2009


le dahut wrote:
>
> Roger Upole wrote :
>>
>> le dahut wrote:
>>> Hello,
>>>
>>> On Windows 2000 SP4, since pywin32-213 I get an error :
>>>  "CreateURLMonikerEx could not be located"
>>> on a program that ran fine with pywin32-212.
>>>
>>> What's happening ?
>>
>> On machines with older versions of IE, this function may not
>> be present in urlmon.dll.  This has been fixed since the release
>> of build 213.
>
> Which version of IE ?
> On my w2k I have IE 5.0.

Google would have brought you to the MSDN page for CreateURLMonikerEx,
which says IE 5.5.

The MSDN pages are usually very good about identifying the minimum
versions required for each API.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list