Uwe Bonnes wrote:
> David Elliott writes:
> ...
> > Finally, one more thing. Ever since ASS, I haven't been able to load native
> > DLLs with IE 5.01. Almost every other program works fine, but I get
> > messages that it needs to relocate the DLLs. Now it seems very odd that
> > right before ASS it didn't have to relocate them, but right after it, it
> > does. It also refuses to load because it needs to relocate system DLLs over
> > > 2GB address space. So why the heck does it need to relocate it? What is
> > taking up the space where it is supposed to go???
> >
>
> Just a note:
>
> Since the introducytion of ASS, "-dll" changed to "--dll". Since I
> realized that yesterday, things work better for me with less surprise.
>
No, I already realized that a while ago (it worked before ASS). Actually, I was
very happy when it happened because it fits better with every other program on a
GNU system.
This is what I get:
[dfe@c543746-a Internet\ Explorer]$ wine --managed --dll commctrl,comctl32=n
IEXPLORE.EXE
err:module:BUILTIN32_dlopen failed to load libshdocvw.so: libshdocvw.so: cannot
open shared object file: No such file or directory
err:module:BUILTIN32_dlopen failed to load libshdocvw.so: libshdocvw.so: cannot
open shared object file: No such file or directory
err:module:BUILTIN32_dlopen failed to load libshdocvw.so: libshdocvw.so: cannot
open shared object file: No such file or directory
fixme:win32:PE_LoadImage We need to perform base relocations for
C:\windows\system\comctl32.dll
err:win32:PE_LoadImage Forced to relocate system DLL (base > 2GB). This is not
good.
err:module:BUILTIN32_WarnSecondInstance Attempt to instantiate built-in dll
'shell32.dll' twice in the same address space. Expect trouble!
fixme:win32:PE_LoadImage We need to perform base relocations for
C:\windows\system\ole32.dll
I remember there being a problem with a stack being located where dlls are
supposed to go (this is a few weeks before ASS). IE 5.01 did the same thing
then. Ulrich fixed it if I remember correctly (or maybe it was you?) and then it
worked until ASS, or at least within a few days of that. Now it is broken again.
-Dave