-----Original Message-----
From: Eric Pouech <[EMAIL PROTECTED]>
To: Francois Gouget <[EMAIL PROTECTED]>
Cc: Guy L. Albertelli <[EMAIL PROTECTED]>; Wine Devel
<[EMAIL PROTECTED]>
Date: Saturday, December 30, 2000 8:49 AM
Subject: Re: Problem with Winedbg


> I thought it could make a difference, but it doesn't. The issue comes from
> the fact that Wine assumes that .so Winelib apps name is always a *fully*
> Unix one. In the two reported cases, the name is either a DOS/Unix mix (or
> as François pointed out, a regular Win32 one)
>
> so, with current code, you shall use (in Guy's setup)
>  /home/albertel/t1/mywine/debugger/winedbg %ld %ld
> as the debugger format command in registry
>
> Anyway, one could let Wine also search .so Winelib apps which name
> is a DOS/Unix mix... (see attached patch)
> However, I don't know if Alexandre will like it...


Thanks Eric, changing the registry entry to a absolute Unix format worked.
The patch, however, did not work. There was no apparent difference with the
old registry (with either '/' or '\') and the patch being either on or off.

I guess the only thing left is to change the docs and the default string in
win32/except.c.

Thanks to all that helped.

Guy


Reply via email to