Re: wineps

2000-05-25 Thread Huw D M Davies
On Thu, May 25, 2000 at 01:06:51AM -0400, Dimitrie O. Paun wrote: Well, here is a new try at separating wineps out of the core. It now passes the checklink test, but: a. I did not know what to do with the DRIVER_RegisterDriver call; I just took it out (as there is no longer such a call in

Re: message.c patch

2000-05-25 Thread Matthew J. Francis
On Thu, 25 May 2000, Alexandre Julliard wrote: michael cardenas [EMAIL PROTECTED] writes: Here's another small patch, written by Phil Landman (one of our programmers) for PeekMessage that solves the problem of winelib apps taking 99% of the cpu when they're idle. It's just a counter that

Re: wineps

2000-05-25 Thread Dimitrie O. Paun
On Thu, 25 May 2000, Huw D M Davies wrote: On Thu, May 25, 2000 at 01:06:51AM -0400, Dimitrie O. Paun wrote: a. I did not know what to do with the DRIVER_RegisterDriver call; I just took it out (as there is no longer such a call in x11drv). This is our internal API so it has to go

Re: trackbars

2000-05-25 Thread Serge Ivanov
Why don't you guys look into Corel's CVS. We have a lot of improvements for most of controls including trackbar, treeview, combo/list boxes, etc. As for trackbar, along with pixel accuracy our version contains update optimization, better message/notification handling, and lot of other changes.

dll separation frustration

2000-05-25 Thread michael cardenas
Ok, here's a question: With the new dll separation, how can someone easily (or not so easily) rename all the libs in order to aoid conflicts with other versions of wine? I want to rename al the libs I'm going to distribute so that I don't conflict with other programs and so I know all my fixes

Re: trackbars

2000-05-25 Thread Aric Stewart
Oh Drat, Generally I have been trying hard to keep up with the corel tree as well. Of course the day I was lazy and failed to check was the day I had the largest collision. A good learning experience for me. Sorry about that -aric Serge Ivanov wrote: Why don't you guys look into Corel's

Re: dll separation frustration

2000-05-25 Thread Peter Ganten
michael cardenas writes: Ok, here's a question: With the new dll separation, how can someone easily (or not so easily) rename all the libs in order to aoid conflicts with other versions of wine? You could always set LD_LIBRARY_PATH (see ld.linux.so(8)) to point to the directory were your

Re: PATCH: glibc-2.1.3 / LC_ALL exception workaround

2000-05-25 Thread Alexandre Julliard
Marcus Meissner [EMAIL PROTECTED] writes: added a small hack to towupper to stop bugreports from people with broken glibc. How about doing this once on startup and printing an error? I'm afraid that setting up an exception handler on every character will be quite expensive (plus

Re: trackbars

2000-05-25 Thread Ian Schmidt
Serge Ivanov wrote: Why don't you guys look into Corel's CVS. We have a lot of improvements for most of controls including trackbar, treeview, combo/list boxes, etc. There's also the Odin trackbar backport, which Alex Priem posted twice (most recently in March) after the Odin guys agreed to

Re: trackbars

2000-05-25 Thread Alexandre Julliard
Ian Schmidt [EMAIL PROTECTED] writes: There's also the Odin trackbar backport, which Alex Priem posted twice (most recently in March) after the Odin guys agreed to dual-license it for inclusion in WINE. It made every app I tried 100% perfect, but for unknown reasons it never made it into