[wxPython-users] Re: Platform<=>version conflict or what?
Phillip Stevens
pmstevens at verizon.net
Fri Jul 6 14:39:05 PDT 2007
Hi Jorma,
> I enclose the the load-phase image file(Moron.dwi)from NSISed version sw
> generated on Win98 by "Dependency Walker", where clearly can be seen
> that under parent USERENV.DLL four of five loaded modules partly are
> failing already on loading and especially NTDLL.DLL fails to load all
> the functions.
> Any comments ?
See the following thread:
http://www.annoyances.org/exec/forum/win98/1010169708
I ran D.W. on one of my Apps here (not packaged with NSIS byw...),
and I get the two "errors" on APPHELP.DLL and USERENV.DLL, however
my program continues past this point on Win98, and runs fine.
See point #5 here: http://www.annoyances.org/exec/forum/win98/1010414182
I wonder if *maybe* this could be at the root of the problem, ie when the DLL
is not found, no one (the NSIS unpackager?) checks for an extended error code,
and knows to ignore the dll load error and attempt to continue the execution.??
Just a guess...
---Phil
More information about the wxpython-users
mailing list