Re: wine/dlls/ntdll loadorder.c

2005-07-30 Thread Rein Klazes
On 28 Jul 2005 11:46:46 +0200, you wrote: > Rein Klazes <[EMAIL PROTECTED]> writes: > > > | trace:module:load_dll looking for L"comm.dll" in > > L"E:\\bin\\gt3\\GTWin;.;d:\\win98\\system;d:\\WIN98;d:\\windows;d:\\windows\\system;h:\\shared;r:\\x86\\Setup" > > | trace:module:MODULE_GetLoadOrderW

Re: wine/dlls/ntdll loadorder.c

2005-07-28 Thread Alexandre Julliard
Peter Oberndorfer <[EMAIL PROTECTED]> writes: > It's a bit of both :-) > The dbghelp shipped with WinDbg has a SymSetParentWindow entry point which is > not (yet) available in wine. > So it catches fire when the function is called. > Adding a SymSetParentWindow stub is easy but shouldn't it load

Re: wine/dlls/ntdll loadorder.c

2005-07-28 Thread Peter Oberndorfer
On Thursday 28 July 2005 23:14, Alexandre Julliard wrote: > Peter Oberndorfer <[EMAIL PROTECTED]> writes: > > Same thing happens here with WinDbg 6.5.3.7 which comes with dbghelp.dll > > in app directory. > > If you mean it fails to load dbghelp completely then that's a bug. If > it's loading the b

Re: wine/dlls/ntdll loadorder.c

2005-07-28 Thread Alexandre Julliard
Peter Oberndorfer <[EMAIL PROTECTED]> writes: > Same thing happens here with WinDbg 6.5.3.7 which comes with dbghelp.dll in > app directory. If you mean it fails to load dbghelp completely then that's a bug. If it's loading the builtin dbghelp instead of the native then it's a feature -- Alex

Re: wine/dlls/ntdll loadorder.c

2005-07-28 Thread Peter Oberndorfer
On Thursday 28 July 2005 11:46, Alexandre Julliard wrote: > Rein Klazes <[EMAIL PROTECTED]> writes: > > | trace:module:load_dll looking for L"comm.dll" in > > | L"E:\\bin\\gt3\\GTWin;.;d:\\win98\\system;d:\\WIN98;d:\\windows;d:\\win > > |dows\\system;h:\\shared;r:\\x86\\Setup" > > | trace:module:MO

Re: wine/dlls/ntdll loadorder.c

2005-07-28 Thread Alexandre Julliard
Rein Klazes <[EMAIL PROTECTED]> writes: > | trace:module:load_dll looking for L"comm.dll" in > L"E:\\bin\\gt3\\GTWin;.;d:\\win98\\system;d:\\WIN98;d:\\windows;d:\\windows\\system;h:\\shared;r:\\x86\\Setup" > | trace:module:MODULE_GetLoadOrderW looking for > L"E:\\bin\\gt3\\GTWin\\comm.dll" > | t

Re: wine/dlls/ntdll loadorder.c

2005-07-27 Thread Rein Klazes
On 27 Jul 2005 16:37:18 +0200, you wrote: > Rein Klazes <[EMAIL PROTECTED]> writes: > > > Girotel uses a 32 bit comm.dll located in the programs directory, which > > is also the current directory. After this change I need to add an dll > > override to load the program's comm.dll and not attempt t

Re: wine/dlls/ntdll loadorder.c

2005-07-27 Thread Alexandre Julliard
Rein Klazes <[EMAIL PROTECTED]> writes: > Girotel uses a 32 bit comm.dll located in the programs directory, which > is also the current directory. After this change I need to add an dll > override to load the program's comm.dll and not attempt the built-in > comm.drv, which of course is not needed

Re: wine/dlls/ntdll loadorder.c

2005-07-27 Thread Rein Klazes
On Thu, 7 Jul 2005 13:26:11 -0500, you wrote: > ChangeSet ID: 18748 > CVSROOT: /opt/cvs-commit > Module name: wine > Changes by: [EMAIL PROTECTED] 2005/07/07 13:26:11 > > Modified files: > dlls/ntdll : loadorder.c > > Log message: > Use the same defaults for module