Re: Implementation of GetCompressedFileSize[AW]

2003-10-02 Thread Pavel Roskin
On Thu, 2 Oct 2003, [iso-8859-1] Sylvain Petreolle wrote: Works cool, but you could return INVALID_FILE_SIZE when the function fails. Maybe. If the patch is not applied, I'll recheck error codes. OT : Too bad that we dont have GetProcessMemoryInfo, this is what keeps cygwin programs unable

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

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.

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

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 MS

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 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 like the MS one

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,

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 minutes

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

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 the rest of

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

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 that

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 days

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

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 compromise

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 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 fabricate

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 suggestion was

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. The

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 it -i

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

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 matter