Re: 1. command.com crash. 2. cwd warnings.

2000-08-02 Thread Dave Pickles
On Wed, 02 Aug 2000, Ove Kaaven wrote: >On Wed, 2 Aug 2000, Veksler Michael wrote: > >> Hello, >> 1. I tested command.com and found out that it crashes even on the current >>CVS (win98). I guess that it is supposed to be supported after the >>latest commits. > >No, command.com is akin to e

Re: CreateProcess lpApplicationName and lpCommandLine

2000-08-02 Thread Alexandre Julliard
Uwe Bonnes <[EMAIL PROTECTED]> writes: > loader/module.c: get_file_name > If both lpApplicationName and lpCommandLine are given, append > lpApplicationName to lpCommandLine when needed This is not what Windows does. You can pass anything you want as command line, it doesn't ha

Re: font problems?

2000-08-02 Thread TAKESHIMA Hidenori
Hello. This 'FIXME' is added by me. We must handle two fonts for displaying DBCS text. - SBCS font(ASCII etc. native SBCS in Japanese and Korean. Sorry, I don't know about Chinese codepages.) - DBCS font(must be converted to ISO 2022, not the native codepages in Windows but the codepage used in

font problems?

2000-08-02 Thread Lee Howard
Hi. I'm new to the list. Can someone explain the error messages below and where to look to work on a fix? Thanks. Lee Howard Building font metrics. This may take some time... fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-gothic-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are

Re: Dealing with zero-sized windows.

2000-08-02 Thread gerard patel
At 04:26 PM 8/2/00 -0400, you (Stephane Lussier) wrote: >Hi, > >Change log: >Top level windows with 0 width or height are created with a size of 1x1 in >the X11 driver. I've added some code to make sure those windows are never >mapped while the size <= 0. Also I had to make sure their is no Z orde

compile error

2000-08-02 Thread David Donahoe
I am getting   gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o reader.o reader.creader.c:96: conflicting types for `malloc'/usr/X11R6/include/stdlib.h:474: previous declaration of `malloc'make[2]: *** [reader.o] Error 1make[2

Re: commit all pages in MapViewOfFileEx

2000-08-02 Thread Alexandre Julliard
Peter Ganten <[EMAIL PROTECTED]> writes: > Looking at linux/mm/mmap.c shows, that MAP_FIXED does both, it maps > to the requested address and clears existing mappings, if any. Can we > use VirtualQuery() to check, if the address is free? No, VirtualQuery only knows about Wine mappings, but ther

Re: UK keyboard problems and some issues relating to Lotus Notes

2000-08-02 Thread Ove Kaaven
On Wed, 2 Aug 2000 [EMAIL PROTECTED] wrote: > I notice that the UK keyboard layout has some minor errors in it. The key > to left of the 1 key is defined as having only the character, ` back-quote > defined. However on all my keyboards shift this key is the > >[ Part 2: "Attached Text" ]

Re: 1. command.com crash. 2. cwd warnings.

2000-08-02 Thread Ove Kaaven
On Wed, 2 Aug 2000, Veksler Michael wrote: > Hello, > 1. I tested command.com and found out that it crashes even on the current >CVS (win98). I guess that it is supposed to be supported after the >latest commits. No, command.com is akin to explorer.exe, it has never been properly suppor

Re: commit all pages in MapViewOfFileEx

2000-08-02 Thread Peter Ganten
Alexandre Julliard writes: > > Furthermore, > > MapViewOfFileEx() should return an error, if a mapping can't be made > > to the requested address, if any. > > Yes, but that's not what MAP_FIXED does (it wipes out existing > mappings). And the right fix, which is to have MapViewOfFileEx fai

UK keyboard problems and some issues relating to Lotus Notes

2000-08-02 Thread David . Goodenough
I notice that the UK keyboard layout has some minor errors in it. The key to left of the 1 key is defined as having only the character, ` back-quote defined. However on all my keyboards shift this key is the ¬ key (a minux with a tail at the right) and alt-gr of that key is a solid vertical b

Developer Meeting at the Linux Kongress 2000 ?

2000-08-02 Thread Marcus Meissner
Hi, The german ministry for research and technik (BMFT) has granted funds to sponsor developer meetings of OpenSource projects at the Linux Kongress 2000 in Erlangen. Current projects that will come : Plex86 and KOffice. The Kongress will be from 20.9. - 22.9. in Erlangen, Bavaria, Germany. Chec

Press: ZDNET: A toast to wine for running windows apps

2000-08-02 Thread Marcus Meissner
Hi, ZDNet eWeek has a brief article on us, mostly talking about the Lotus Notes client: http://www.zdnet.com/eweek/stories/general/0,11011,2607357,00.html Ciao, Marcus

notepad.spec.c subject to signal 11 with ceratin GCCs

2000-08-02 Thread Uwe Bonnes
Hallo, I know, egcs 2.91 isn't recommended. But before other stumble on it here a short report: hertz:/spare/bon/wine/programs/notepad> make cd ../../tools/wrc && make wrc make[1]: Entering directory `/usr/local/spare/bon/wine-adsep/tools/wrc' make[1]: `wrc' is up to date. make[1]: Leaving direct