[wxPython-users] Re: Platform<=>version conflict or what?
Werner F. Bruhin
werner.bruhin at free.fr
Tue May 22 11:26:50 PDT 2007
Hi Jorma,
Jorma Paavola wrote:
> ...
> I ran my TestGUI also on win98-environment with "Dependency Walker"
> and got similar warnings:
>>
>>> GetProcAddress(0x7C570000 [KERNEL32.DLL], "FlsAlloc") called from
>>> "MSVCR71.DLL" at address 0x7C341950 and returned NULL. Error: The
>>> specified procedure could not be found (127).
>>> GetProcAddress(0x7C570000 [KERNEL32.DLL], "FlsGetValue") called from
>>> "MSVCR71.DLL" at address 0x7C34195D and returned NULL. Error: The
>>> specified procedure could not be found (127).
>>> GetProcAddress(0x7C570000 [KERNEL32.DLL], "FlsSetValue") called from
>>> "MSVCR71.DLL" at address 0x7C34196A and returned NULL. Error: The
>>> specified procedure could not be found (127).
>>> GetProcAddress(0x7C570000 [KERNEL32.DLL], "FlsFree") called from
>>> "MSVCR71.DLL" at address 0x7C341977 and returned NULL. Error: The
>>> specified procedure could not be found (127)
>>> GetProcAddress(0x7C570000 [KERNEL32.DLL], "IsTNT") called from
>>> "OLEAUT32.DLL" at address 0x77A23F12 and returned NULL. Error: The
>>> specified procedure could not be found (127).
>
Can't help on this, this is too technical for me.
> Also one missing file was claimed (as on Win2k): "APPHELP.DLL"
> (TestGui ran OK in despite of that!)
>
> According to my knowledge this file dependency is a bug generated on
> Win2k related to Python-sw's constructor, because that file belongs to
> XP-environment only and causes error when added to Win2k, 98 or 95 !!
>
> On Win2k, 98 and 95 the correct , related file is called "SHLWAPI.DLL" !
>
> The "Procedure"-errors above are appearing just at the beginning after
> first USERcall and make me even more suspious, that they are possible
> related to bugs in some Python-modules due their obvious origin on
> Xp-environment !
> (I don't know, wich module:Python 2.5, wxPython 2.8.3.0 or py2exe
> 0.6.6 ?)
>
> Your comments were appreciated !
Hopefully someone else can you help with this.
Werner
More information about the wxpython-users
mailing list