Mike wrote:
> On Sun, 29 Aug 2004 09:23:31 -0700, Steven Edwards
> wrote:
> > I dont see how native loading of Advapi32 ever
> > worked anyway. Its a case like ntdll, kernel32,
> > user32 or gdi. Maybe the Win9x advapi32 can.
>
> I thought native NT advapi just forwarded to ntdll?
Yeah. It d
On Sun, 29 Aug 2004 09:23:31 -0700, Steven Edwards wrote:
> I dont see how native loading of Advapi32 ever worked anyway. Its a
> case like ntdll, kernel32, user32 or gdi. Maybe the Win9x advapi32
> can.
I thought native NT advapi just forwarded to ntdll?
Hi,
--- Mike Hearn <[EMAIL PROTECTED]> wrote:
> Unfortunately the only way to fix this one so it works out of the box
> is
> to force advapi32 to always load builtin, and never native. I'm not
> sure
> what Alexandres policy on modifying the default DLL overrides in the
> source is. Last time I su
On Sun, 29 Aug 2004 13:26:37 +0100, Robert Shearman wrote:
> Use the attached patch and run with warn+module.
>
> Rob
There's no need, I debugged this in January. The problem is that the IE
installer contains its own copy of advapi32 but it doesn't actually
implement all the functions that ours d
On Sun, 29 Aug 2004 13:55:49 +0200, Stefan Leichter wrote:
> trying to install ie6 on current wine gives me an endless loop with function
> calls to CommonUnimpStub().
Try export WINEDLLOVERRIDES="advapi32=builtin"
You may need others. You can refer to the source of my IE6 installer
script to se
Hello,
trying to install ie6 on current wine gives me an endless loop with function
calls to CommonUnimpStub().
I started with .wine and dirve_c created by wine and installed dcom98, vc c++
runtime, vb 5 + 6 Runtime
What i found so far is that it happens when the iebatch.exe gets started. The