Re: DCOM: Pass -Embedding switch to EXE servers, more tracing

2004-07-26 Thread Jeroen Janssen
Mike Hearn wrote: On Mon, 26 Jul 2004 19:38:34 +0200, Jeroen Janssen wrote: Yes, and I think you will want to have the length in characters when declaring a (C) array in the example code below: Oops yes you are right (again), I was slipping back into the old delphi habits where sizeof() on an arr

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-26 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Shachar Shemesh" <[EMAIL PROTECTED]> wrote: I explained it many times already: because you can't have different locales for keyboard input, string collation and to/from unicode conversion routines. Ok, it seems that we are walking around in circles here. Windows

Re: RelayExclude

2004-07-26 Thread Dmitry Timoshkov
"Diego 'Flameeyes' PettenР" <[EMAIL PROTECTED]> wrote: > I've a question about RelayExclude setting in [Debug] section of > ~/.wine/config : > I was trying to debug the load of ClrMamePro watching at the relay output, > but there's a lot of call of ntdll.RtlEnterCriticalSection > ntdll.RtlLeaveCri

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-26 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > >I explained it many times already: because you can't have different locales > >for keyboard input, string collation and to/from unicode conversion routines. > > > > > > > Ok, it seems that we are walking around in circles here. > > Windows has it.

Re: DCOM: Pass -Embedding switch to EXE servers, more tracing

2004-07-26 Thread Mike Hearn
On Mon, 26 Jul 2004 19:38:34 +0200, Jeroen Janssen wrote: > Yes, and I think you will want to have the length in characters when > declaring a (C) array in the example code below: Oops yes you are right (again), I was slipping back into the old delphi habits where sizeof() on an array returns the

Re: dinput.dll: mouse didn't work

2004-07-26 Thread Michael Schlüter
Am Dienstag, den 27.07.2004, 00:18 +0200 schrieb Michael Schlüter: > The keyboard hasn't that problem because it calls SetWindowsHookExW and > UnhookWindowsHookEx from keyboarddev_create_deviceA/W and > SysKeyboardAImpl_Release and are only called once in a program. Maybe > this could be done for t

Re: LockWindowUpdate status

2004-07-26 Thread Mike Hearn
On Mon, 2004-07-26 at 19:31 +0200, Diego 'Flameeyes' Pettenà wrote: > My question is if there's some update on the status of LockWindowUpdate, > because Mike's comment seems to point out that the patch won't work properly. It'll be applied in a few months I expect, depends how soon Alexandre comp

Re: dinput.dll: mouse didn't work

2004-07-26 Thread Michael Schlüter
Am Sonntag, den 25.07.2004, 18:18 +0200 schrieb Lionel Ulmer: > On Sun, Jul 25, 2004 at 04:10:04PM +0200, Michael Schlüter wrote: > > Are keyboard and mouse handled within the same thread? > > Well, depends of the game... I think that it could well use a Keyboard > device in one thread and a mouse

Re: Localization of devenum and minor corrections

2004-07-26 Thread Marcelo Duarte
Resend. Changelog: Marcelo Duarte <[EMAIL PROTECTED]> Localization to Portuguese (devenum) and minor corrections (winmm, progman, winmine). Index: dlls/devenum/devenum.rc === RCS file: /home/wine/wine/dlls/devenum/devenum.rc,v retri

Re: server/context_i386.c

2004-07-26 Thread Joe Gainey
here are the build errors I am seeing: make[2]: Leaving directory `/home/viper/d/jgainey/build/WINE/wine-20040716/programs/winhelp' make[2]: Entering directory `/home/viper/d/jgainey/build/WINE/wine-20040716/programs/winver' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/hom

Re: Non-working patch for 3GB of memory allocation

2004-07-26 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > I think there is one zero too many here. Did you mean 078? No, 7800. Check loader/Makefile.in. > So, effectively, in order to use this area, we'll need to manage it > ourselves. Is that a correct assertion? Is there any reason we use > malloc

Re: Non-working patch for 3GB of memory allocation

2004-07-26 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh <[EMAIL PROTECTED]> writes: I think there is one zero too many here. Did you mean 078? No, 7800. Check loader/Makefile.in. Saw it. Didn't understand it, but that will have to wait until tomorrow, I guess. Half past midnight is too late t

Re: DCOM: Pass -Embedding switch to EXE servers, more tracing

2004-07-26 Thread Jeroen Janssen
James Hawkins wrote: WCHAR is a wide (unicode) character. sizeof(embedding)/sizeof(WCHAR) will return the length of the strength in characters and not the size of it if I'm not mistaken. Yes, and I think you will want to have the length in characters when declaring a (C) array in the example c

Re: Wine isn't GUI user friendly

2004-07-26 Thread Vincent Béron
Le lun 26/07/2004 à 10:56, Mike Hearn a écrit : > On Mon, 26 Jul 2004 15:44:02 +0200, Fabian Cenedese wrote: > > Well, the parsing was just an idea. The main intent for the GUI-app > > was that the user could at least see something as opposed to the > > messages vanishing on the non-existent consol

Re: DCOM: Pass -Embedding switch to EXE servers, more tracing

2004-07-26 Thread Marcus Meissner
On Mon, Jul 26, 2004 at 06:24:48PM +0200, Jeroen Janssen wrote: > Mike Hearn wrote: > >ChangeLog: > >Pass -Embedding switch to EXE servers, more tracing > > >diff -u -p -r1.15 rpc.c > >--- dlls/ole32/rpc.c15 Jul 2004 22:07:44 - 1.15 > >+++ dlls/ole32/rpc.c21 Jul 2004 22:43:59 -000

LockWindowUpdate status

2004-07-26 Thread Diego 'Flameeyes' Pettenò
Hi, I was trying to debug wine while using ClrMamePro to fix the Bug #2387 I reported (the main windows doesn't reappear after it's hide). The way of ShowWindow() function seems not to be the right one, because it seems not to be called when the window should shown up after hide. So I started fol

Re: Non-working patch for 3GB of memory allocation

2004-07-26 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh <[EMAIL PROTECTED]> writes: When actually run (through strace), one can see the mmaps being carried out and successful, and then the mmap that fails (no memory). Then malloc is attempted, which tries mmap, then brk, and then mmap again. All fail. This is

Re: Re: WineHQ:service.cgi: fix winrash option

2004-07-26 Thread chmorgan
Which errors are you referring to? The most frequent ones lately are the ones where the winetest package isn't available on the sourceforge osdn mirror. We are still asking people to download the tests from this location for particular test releases. I'd imagine the fix is simply to point the

RelayExclude

2004-07-26 Thread Diego 'Flameeyes' Pettenò
Hi, I've a question about RelayExclude setting in [Debug] section of ~/.wine/config : I was trying to debug the load of ClrMamePro watching at the relay output, but there's a lot of call of ntdll.RtlEnterCriticalSection ntdll.RtlLeaveCriticalSection and so on. I already added them to RelayExclude l

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-26 Thread Shachar Shemesh
Dmitry Timoshkov wrote: ? Docs says I can. Actual practice says I can (I do it all the time, as do many people in Israel). Please elaborate on why you chose to call a documented behavior *that works* "insane". I explained it many times already: because you can't have different locales for ke

idl compiler & generating proxy/stub code?

2004-07-26 Thread Jeroen Janssen
Hi, Is anyone aware of a (free) idl compiler that can also generate proxy/stub code for usage with wine? As far as I understand widl can not generate proxy/stub code (yet). Also, I'm wondering if it would be possible to translate idl to XML and then with XSLT 'transform' into proxy/stub code. --

Re: Non-working patch for 3GB of memory allocation

2004-07-26 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > When actually run (through strace), one can see the mmaps being > carried out and successful, and then the mmap that fails (no > memory). Then malloc is attempted, which tries mmap, then brk, and > then mmap again. All fail. This is the point where I s

Re: DCOM: Pass -Embedding switch to EXE servers, more tracing

2004-07-26 Thread Jeroen Janssen
Mike Hearn wrote: ChangeLog: Pass -Embedding switch to EXE servers, more tracing diff -u -p -r1.15 rpc.c --- dlls/ole32/rpc.c15 Jul 2004 22:07:44 - 1.15 +++ dlls/ole32/rpc.c21 Jul 2004 22:43:59 - @@ -471,8 +471,10 @@ create_server(REFCLSID rclsid) { char buf

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-26 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > >Well, I had read glibc sources and it's definitely ignores LC_CTYPE. > > > > > Maybe there is no part of glibc that cares what encoding it is. I can > tell you with authority that X does look at it, as does less, konsole, > kedit, and almost any

Re: rsabase.dll

2004-07-26 Thread Michael Jung
On Monday 26 July 2004 00:14, Robert Shearman wrote: > >- Implementation of "real handles", instead of "address-handles". > > This is useful. Address handles (pointers to objects in memory) have the > disadvantage that they can leak memory if the application can't be > bothered to free them, althou

Re: Wine isn't GUI user friendly

2004-07-26 Thread Vitaly Lipatov
On Monday 26 July 2004 13:04, Fabian Cenedese wrote: > What about a simple GUI-application which would call wine and > capture (and maybe parse?) the output? This would be called if If it is fatal error we can use error code returned by wine process. -- Lav Vitaly Lipatov Saint-Petersburg GNU! A

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-26 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Shachar Shemesh" <[EMAIL PROTECTED]> wrote: Why LC_ALL or LANG don't work for you then? Please reread the patch. They are looked at, just not exclusively. LC_ALL overrides everything, and LANG is looked at if no LC_CTYPE (or whatever) is used. That's the order U

console message encoding

2004-07-26 Thread Vitaly Lipatov
Is it known that console message printed to output in wine internal encoding (OEM?), not in locale encoding. Is it bug or just needed coding right behavior? For example, I have koi8-r as locale encoding, cp866 as OEM CP and cp1251 as ANSI CP. -- Lav Vitaly Lipatov Saint-Petersburg GNU! ALT Lin

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-26 Thread Dmitry Timoshkov
"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > >Why LC_ALL or LANG don't work for you then? > > > > > Please reread the patch. They are looked at, just not exclusively. > LC_ALL overrides everything, and LANG is looked at if no LC_CTYPE (or > whatever) is used. That's the order Unix does it (m

Re: Wine isn't GUI user friendly

2004-07-26 Thread Mike Hearn
On Mon, 26 Jul 2004 15:44:02 +0200, Fabian Cenedese wrote: > Well, the parsing was just an idea. The main intent for the GUI-app > was that the user could at least see something as opposed to the > messages vanishing on the non-existent console or the ever popping > up error dialogs. I guess GUI d

Re: Wine isn't GUI user friendly

2004-07-26 Thread Fabian Cenedese
At 13:31 26.07.2004 +0100, Mike Hearn wrote: >On Mon, 26 Jul 2004 11:04:38 +0200, Fabian Cenedese wrote: >> What about a simple GUI-application which would call wine and capture >> (and maybe parse?) the output? This would be called if a program is >> started with a shortcut (no console). For the c

Re: Wine isn't GUI user friendly

2004-07-26 Thread Mike Hearn
On Mon, 26 Jul 2004 11:04:38 +0200, Fabian Cenedese wrote: > What about a simple GUI-application which would call wine and capture > (and maybe parse?) the output? This would be called if a program is > started with a shortcut (no console). For the console you can still use > the normal wine. Like

Re: WineHQ:service.cgi: fix winrash option

2004-07-26 Thread Ferenc Wagner
<[EMAIL PROTECTED]> writes: > What is the service doing with winrash options btw? The > installer stops, installs and starts the winrash service. > > The installer uses /S for silent installs, otherwise it > will try to popup windows. Are you sure the service isn't > calling the installer with /

Re: handling IUnknown/IRemUnknown for (outproc) objects

2004-07-26 Thread Robert Shearman
Jeroen Janssen wrote: Hello, After last weeks discussion on the "unhandled interface" message in CFProxy_QueryInterface I was getting, we concluded (if I'm correct) that this is part of the "IRemUnknown" handling that is not (yet) implemented correctly in the wine CVS tree. I can't work out how

problems with lxr setup at winehq?

2004-07-26 Thread Jeroen Janssen
Hi, I'm trying to use the lxr setup for wine at winehq, but it doesn't seem to work correctly (or I'm doing something wrong). I'm looking for all sourcefiles containing "ClassFactory", following this link: http://source.winehq.org/search?string=ClassFactory . The result I am getting is 'empty'.

handling IUnknown/IRemUnknown for (outproc) objects

2004-07-26 Thread Jeroen Janssen
Hello, After last weeks discussion on the "unhandled interface" message in CFProxy_QueryInterface I was getting, we concluded (if I'm correct) that this is part of the "IRemUnknown" handling that is not (yet) implemented correctly in the wine CVS tree. I'm trying to figure out exactly where in th

Re: Wine isn't GUI user friendly

2004-07-26 Thread Fabian Cenedese
>> Also, maybe we need a new debug level for that (above ERR and FIXME), >> which is "Human readable messages". The message as it is is perfectly >> understandable to programmers, but not to users. Even if it was, these >> messages are usually surrounded by hundred of messages that the user >>

Re: Is bugzilla worth keeping?

2004-07-26 Thread Lionel Ulmer
> I see why user-opened bugs could benefit from this policy, but > developers opened bugs should probably not. Of all the BiDi related > bugs, I think 1235 is the only place where a bug MAY have disappeared > "by itself". Well, when I proposed this solution, I considered this case and had a spe

Re: Make wine honor LC_CTYPE and LC_MESSAGES

2004-07-26 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Shachar Shemesh" <[EMAIL PROTECTED]> wrote: As far as I understand what you are trying to do and what the patch Alexandre committed does is to make the user interface use english while you still have an ability to type in your native language. No. What I'm trying