Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Uwe Bonnes
> "Dmitry" == Dmitry Timoshkov <[EMAIL PROTECTED]> writes: Dmitry> "Troy Rollo" <[EMAIL PROTECTED]> wrote: >> Yes, but it this also means it worked for ASCII-7. Right now it >> doesn't even work for that. This creates problems for some >> applications, such as those that incorr

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Dmitry Timoshkov
"Troy Rollo" <[EMAIL PROTECTED]> wrote: > Well right now it's not using any table at all - it's just going through to > strncmpiW, which is essentially a word-by-word comparison. Presumably the > issue now is copyright on the MS version of the table. Do you have anything > written down on the d

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Dmitry Timoshkov
"Uwe Bonnes" <[EMAIL PROTECTED]> wrote: > Dmitry> The source of all of this is the difference between MS and > Dmitry> unicode.org sort weight tables. There is no an easy way to make > Dmitry> unicode.org database look like the MS one unfortunately... > > Can we perhaps write a tool t

Re: Translating WINE using dedicated tools

2003-10-02 Thread Mike Hearn
On Wed, 01 Oct 2003 10:25:38 +0200, Sir Martin Quinson scribed thus: > I would like to help here, but I need to know the gramar of the resource > files. Do you have any parsers around there ? The better would be to have > Perl based ones, since this is the language used in po4a. It's not that simp

XEN: Another virtual machine

2003-10-02 Thread Uwe Bonnes
Hallo, http://www.cl.cam.ac.uk/Research/SRG/netos/xen/readmes/README sounds very promising for those interested in virtual machines. Bye -- Uwe Bonnes[EMAIL PROTECTED] Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt - Tel. 06151 162516 Fax. 061

Program won't run in debugger

2003-10-02 Thread Shachar Shemesh
Hi all, I am trying to find out why Wine is not working with some closed application, and fix it. I have narrowed it down from the logs to something to do with MDI (Multiple Documents Interface). However - trying to connect with a debugger to the program causes the program to bomb quite bombas

Re: Translating WINE using dedicated tools

2003-10-02 Thread Martin Quinson
On Wed, Oct 01, 2003 at 12:58:15PM -0400, Vincent Béron wrote: > Le mer 01/10/2003 à 04:25, Martin Quinson a écrit : > > [Please CC me, I'm not subscribed to this list] > > > > Hello, > > > > I've read in the last Wine KC that you are getting troubles to keep the > > translation of wine uptodate.

Re: XEN: Another virtual machine

2003-10-02 Thread Gregory M. Turner
On Thursday 02 October 2003 05:42 am, Uwe Bonnes wrote: > Hallo, > > http://www.cl.cam.ac.uk/Research/SRG/netos/xen/readmes/README > sounds very promising for those interested in virtual machines. > > Bye Very impressive. I recommend the PDF at http://www.cl.cam.ac.uk/netos/papers/2003-xensosp.p

dlls/user/tests/msg.c

2003-10-02 Thread Gerald Pfeifer
After the creation of dlls/user/tests/msg.c I'm seeing the following msg.c:128: warning: `WmMouseMoveInNonClientAreaSeq' defined but not used msg.c:135: warning: `WmMouseMoveInClientAreaSeq' defined but not used msg.c:142: warning: `WmDragTitleBarSeq' defined but not used msg.c:154: warning: `WmDr

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Jakob Eriksson
Uwe Bonnes wrote: Dmitry> The source of all of this is the difference between MS and Dmitry> unicode.org sort weight tables. There is no an easy way to make Dmitry> unicode.org database look like the MS one unfortunately... Can we perhaps write a tool that dumps those tables on a running

Re: dlls/user/tests/msg.c

2003-10-02 Thread Dimitrie O. Paun
On October 2, 2003 04:13 am, Gerald Pfeifer wrote: > Are you planning to address this, or should "static" be removed from > these? Please don't remove them, hopefully we'll eventually have tests using them... -- Dimi.

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Dmitry Timoshkov
"Jakob Eriksson" <[EMAIL PROTECTED]> wrote: > >Dmitry> The source of all of this is the difference between MS and > >Dmitry> unicode.org sort weight tables. There is no an easy way to make > >Dmitry> unicode.org database look like the MS one unfortunately... > > > >Can we perhaps write

Re: Wineconf 2004, otherwise known as...

2003-10-02 Thread Ivan Leo Murray-Smith
Hi list, What about Sorrento, there are good conference facilities, hotel rooms can cost as little as 60 euro per night, it's warm (temperature in between 10 and 20 C°), there a lot to see and to do(For example it's only twenty minutes from Pompei and fifteen from Capri) there is good transport, pr

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Jeff Smith
--- Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Jakob Eriksson" <[EMAIL PROTECTED]> wrote: > > > >Dmitry> The source of all of this is the difference between MS and > > >Dmitry> unicode.org sort weight tables. There is no an easy way to make > > >Dmitry> unicode.org database look li

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Dmitry Timoshkov
"Jeff Smith" <[EMAIL PROTECTED]> wrote: > You mean something like: [skipped] Exactly. I have something like that here, the only difference is that I'm dumping full unicode range 0-0x, not only first 96 characters. -- Dmitry.

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Dimitrie O. Paun
On October 2, 2003 10:19 am, Dmitry Timoshkov wrote: > That's the approach we have chosen so far. So, what's the problem with doing something like so: For all x,y in Unicode print x,y,lstrcmpi(x,y) (It will generate maybe close to 30GB of output, but it's OK) Run this on Windows and Wine, c

Re: Wineconf 2004, otherwise known as...

2003-10-02 Thread Dimitrie O. Paun
On October 2, 2003 10:45 am, Ivan Leo Murray-Smith wrote: > Hi list, > What about Sorrento, there are good conference facilities, hotel rooms can > cost as little as 60 euro per night, it's warm (temperature in between 10 > and 20 C°), there a lot to see and to do(For example it's only twenty > min

Re: dlls/user/tests/msg.c

2003-10-02 Thread Dimitrie O. Paun
On October 2, 2003 10:44 am, Gerald Pfeifer wrote: > Note that I did not suggest to remove the functions, just to remove > "static" from their definitions (or we could put them in #if 0...#endif). > > Currently, building Wine gives the following warnings of this kind: It's OK, I know that, but I'd

Re: Wineconf 2004, otherwise known as...

2003-10-02 Thread Ivan Leo Murray-Smith
March would be good, it's much nicer then, but any later than that and it will be packed with tourists (And prices will go up). The nearest airport is Naples, a train takes about an hour to get to Sorrento from there. For the EU there are direct connections, from the US and Canada you will probably

Re: Regression testing framework

2003-10-02 Thread Ferenc Wagner
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > On Thu, 2 Oct 2003, Jakob Eriksson wrote: > >> The feature requests come in faster now and I also have >> less time to work on this stuff for the moment, so I >> release my little baby into the wild: > > Cool, thanx! It needs to be integrated with t

Re: dlls/user/tests/msg.c

2003-10-02 Thread Gerald Pfeifer
On Thu, 2 Oct 2003, Dimitrie O. Paun wrote: >> Are you planning to address this, or should "static" be removed from >> these? > Please don't remove them, hopefully we'll eventually have tests > using them... Note that I did not suggest to remove the functions, just to remove "static" from their de

Re: Wineconf 2004, otherwise known as...

2003-10-02 Thread Jeremy White
I think the key factor is not a place, but someone who is willing to pull it all together. If you're saying you'll do that, Ivan, I think folks would be interested. However, I do think Germany is more central to more Wine hackers (seems like it ought to be easy for at least some of us); and I als

basic testing configuration setup

2003-10-02 Thread James E. LaBarre
I've been experimenting with building Wine from CVS, to see if I could get eBay's TurboLister app to work (http://pages.ebay.com/turbo_lister/). Knowing that I need to have MSIE & MDAC installed, I have worked with instructions on manually setting up IE6 in a wine config (as described at frank

Can I do this or does it get us into trouble?

2003-10-02 Thread Bill Medland
I am trying to solve some focus problems I am having with Wine and I want to know just how far I can go without causing legal problems. The main problem is that under Windows a WM_KILLFOCUS is being sent during the processing of a WM_SETFOCUS message. However It doesn't appear to be being sent

Re: Program won't run in debugger

2003-10-02 Thread Eric Pouech
Shachar Shemesh wrote: Hi all, I am trying to find out why Wine is not working with some closed application, and fix it. I have narrowed it down from the logs to something to do with MDI (Multiple Documents Interface). However - trying to connect with a debugger to the program causes the progra

Re: I/O port access broken (SEH broken)

2003-10-02 Thread Alexandre Julliard
Rein Klazes <[EMAIL PROTECTED]> writes: > Logitech PageScan Color software must have the same problem then. It is > win-32 code that aceesses the parallell port, it does not run under NT, > there is no NT version of the software. It used to run with some > unrelated problems under wine. > I assume

Re: Program won't run in debugger

2003-10-02 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > Is there any way to tell gdb to ignore the segmentation fault, and > just let the builtin handler take care of it? "handle SIGSEGV nostop noprint" -- Alexandre Julliard [EMAIL PROTECTED]

Re: Wineconf 2004, otherwise known as...

2003-10-02 Thread Ivan Leo Murray-Smith
> I think the key factor is not a place, but someone who is willing > to pull it all together. If you're saying you'll do that, Ivan, > I think folks would be interested. * A meeting space for 2 days My idea was a hotel, I understand you want something cheap, but a little conference room for 2 da

Re: Regression testing framework

2003-10-02 Thread Dimitrie O. Paun
On Thu, 2 Oct 2003, Ferenc Wagner wrote: > now, so would be slow. Shall I go into it or have you > already done this during your lunchtime? I've started last night, but I've put it on the backburner 'cause I wanted to finish the BINRES stuff. Today my g/f & myself are celebrating our 2nd anivers

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Shachar Shemesh
Dmitry Timoshkov wrote: "Jeff Smith" <[EMAIL PROTECTED]> wrote: You mean something like: [skipped] Exactly. I have something like that here, the only difference is that I'm dumping full unicode range 0-0x, not only first 96 characters. Isn't the full unicode range significantly la

Re: Wineconf 2004, otherwise known as...

2003-10-02 Thread Shachar Shemesh
Ivan Leo Murray-Smith wrote: I think the key factor is not a place, but someone who is willing to pull it all together. If you're saying you'll do that, Ivan, I think folks would be interested. * A meeting space for 2 days My idea was a hotel, I understand you want something cheap, but a lit

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Troy Rollo
On Thu, 2 Oct 2003 19:34, Dmitry Timoshkov wrote: > > Can we perhaps write a tool that dumps those tables on a running MS > > system as header files that wine can use? Would this be allowable? > > I really hope that we could find a solution without doing that. Indeed - since doing that would compr

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Troy Rollo
On Thu, 2 Oct 2003 21:49, Jakob Eriksson wrote: > Wouldn't the clean-room way be to write regression tests that pass on > Windows? This doesn't help avoid the copyright on the table if you in fact reproduce the table.

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Dimitrie O. Paun
On Fri, 3 Oct 2003, Troy Rollo wrote: > This doesn't help avoid the copyright on the table if you in fact reproduce > the table. Why is that? We're talking here about lstrcmpiA() behaviour, why would a test for For all x,y in Unicode: print x,y,lstrcmpiA(x,y) violate the copyright?

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Troy Rollo
On Fri, 3 Oct 2003 06:00, Shachar Shemesh wrote: > Dmitry Timoshkov wrote: > >Exactly. I have something like that here, the only difference is that > >I'm dumping full unicode range 0-0x, not only first 96 characters. > > Isn't the full unicode range significantly larger than 0-0x? What >

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Troy Rollo
On Fri, 3 Oct 2003 08:21, Dimitrie O. Paun wrote: > Why is that? We're talking here about lstrcmpiA() behaviour, why would a > test for > > For all x,y in Unicode: > print x,y,lstrcmpiA(x,y) > > violate the copyright? I think the suggestion was that the regression tests be used to fabric

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Dimitrie O. Paun
On Fri, 3 Oct 2003, Troy Rollo wrote: > On Fri, 3 Oct 2003 08:21, Dimitrie O. Paun wrote: > > Why is that? We're talking here about lstrcmpiA() behaviour, why would a > > test for > > > > For all x,y in Unicode: > > print x,y,lstrcmpiA(x,y) > > > > violate the copyright? > > I think the s

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Troy Rollo
On Fri, 3 Oct 2003 08:47, Dimitrie O. Paun wrote: > I said to run > the above on Windows and on Wine (which is based on the unicode.org > tables). Compare the results, and generate the differences. Use that as a > 'patch' to future unicode.org table updates. Yes, this is a problem for copyright.

Re: Implementation of GetCompressedFileSize[AW]

2003-10-02 Thread Sylvain Petreolle
To get rid of the COM1 problem, just run wcmd under wineconsole. wineconsole -- --backend=user wcmd > It seems that all Cygwin programs think that they are using COM1 as > terminal (try "wine tty"). That's most likely the reason why bash > exits > silently. It even displays the prompt if I give

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Dimitrie O. Paun
On October 2, 2003 07:30 pm, Troy Rollo wrote: > Yes, this is a problem for copyright. The result still counts as copied, at > least in Australia, the UK and New Zealand. This doesn't make any sense. It means that we can _never_ have correct behaviour, no matter what we do, even if we magically co

Re: Regression in lstrcmpiA (occurred in late June, NLS related)

2003-10-02 Thread Troy Rollo
On Fri, 3 Oct 2003 14:02, Dimitrie O. Paun wrote: > This doesn't make any sense. Well when the High Court of Australia considered it they said it was unsatisfactory, which is their way of saying "it sucks, but that's the way it is." >It means that we can _never_ have correct > behaviour, no mat