Callwave doesn't run

2001-09-21 Thread Steven Walter
Is this a known problem? When I try to run the callwave install program, or the callwave program itself, I merely get: fixme:win32:PE_CreateModule Security directory ignored err:seh:start_debugger Couldn't start debugger (debugger/winedbg 134640112 24) (2) Read the Wine Developers Guide on how t

Re: wsprintf

2001-09-21 Thread Jeremy White
> Well, because *you* don't look at it doesn't mean it's not the right > place, does it? I look at the CVS history quite often, and I find > that in many cases it's the best way to find out why things are done a > certain way. Ah, but I suspect that I am more representative of the typical hack

Re: wsprintf

2001-09-21 Thread Alexandre Julliard
Jeremy White <[EMAIL PROTECTED]> writes: > Okay, so it's a slow news day, and I feel like stirring up trouble. Bad boy... > I would argue that it is, in fact, counterintuitive, to have this > sort of comment solely in the change log. The only time I ever think > to look at a diff (or even the

Re: wsprintf

2001-09-21 Thread Jeremy White
> > I added a comment in wsprintf16 to make Andreas happy. But I agree > that the change log (and cvs diff) is the best way to store this kind > of information. Okay, so it's a slow news day, and I feel like stirring up trouble. I would argue that it is, in fact, counterintuitive, to have thi

Re: re-implementing real mode interrupts

2001-09-21 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > For example, currently calling DeviceIoControl VWIN32_DIOC_DOS_INT_13 > on the VWIN32 device calls to the real mode interrupt INT 13. It could > be re-implemented so that INT_Int13Handler does a DeviceIoControl and > the low level disk access code mov

Re: wsprintf

2001-09-21 Thread Alexandre Julliard
Aric Stewart <[EMAIL PROTECTED]> writes: > I think this is part of what the change log is for. > > Alexandre has committed the patch, i will ask him if he wants me to > document something further and submit another patch. I added a comment in wsprintf16 to make Andreas happy. But I agree that t

Re: wsprintf

2001-09-21 Thread Aric Stewart
I think this is part of what the change log is for. Alexandre has committed the patch, i will ask him if he wants me to document something further and submit another patch. -aric Andreas Mohr wrote: > > On Thu, Sep 20, 2001 at 01:38:11PM -0500, Aric Stewart wrote: > > The behavior for wsprintf

Re: Better font charset handling

2001-09-21 Thread Huw D M Davies
On Fri, Sep 21, 2001 at 03:46:29PM +0200, Nerijus Baliunas wrote: > On Wed, 19 Sep 2001 17:22:45 +0100 Huw D M Davies <[EMAIL PROTECTED]> wrote: > > HDMD> Huw D M Davies <[EMAIL PROTECTED]> > HDMD> Use the font charset to obtain a codepage for A->W conversion in the > HDMD>

Re: Better font charset handling

2001-09-21 Thread Nerijus Baliunas
On Wed, 19 Sep 2001 17:22:45 +0100 Huw D M Davies <[EMAIL PROTECTED]> wrote: HDMD> Huw D M Davies <[EMAIL PROTECTED]> HDMD> Use the font charset to obtain a codepage for A->W conversion in the HDMD> text functions. HDMD> Index: objects/text.c HDMD> +case VISCII_C

Re: winsock socket.c patch fixes issues with halflife's multicasting

2001-09-21 Thread Francois Gouget
On 21 Sep 2001, David Hammerton wrote: > it seems there we're a few (bugs/typos) in dlls/winsock/socket.c which > prevented binding of ports when using multicast, or something along those > lines. > heres a small patch which fixes it. Please, user -u when you do a diff: * it makes it easier