Re: WineHQ: suggested improvement

2005-01-14 Thread Andreas Mohr
Hi, On Fri, Jan 14, 2005 at 01:10:00AM -0500, Dimitrie O. Paun wrote: Can we please provide _explicit_ sizes for imges like these: img src=./images/winehq_border_top_right.gif alt= img src=./images/winehq_border_bottom_right.gif alt= Frankly, I'm a bit astonished that people in this day

Re: listview: fix alignment tests

2005-01-14 Thread Paul Vriens
Dimitrie O. Paun wrote: ChangeLog Use the LVCFMT_{LEFT,RIGHT,CENTER} enumeration flags properly. /* set text alignment (leftmost column must be left-aligned) */ -if (nColumn == 0 || lpColumn-fmt LVCFMT_LEFT) +if (nColumn == 0 || (lpColumn-fmt LVCFMT_JUSTIFYMASK)

Re: Writing a driver for scanners

2005-01-14 Thread gslink
The other day I came across a wrapper for wireless lan drivers that uses the XP driver and loads it into Linux. Driver interfaces in Windows are fairly standard for a certain type of device. I suggest you look on the web for sites that list drivers and see if something like this is

Re: WineHQ:winetest: produce valid HTML

2005-01-14 Thread Ferenc Wagner
Paul Millar [EMAIL PROTECTED] writes: As a shot in the dark, have you got either ECN set, or a non-zero default window-scaling? Which kernel are you running? cat /proc/sys/net/ipv4/tcp_ecn This gives 1 for me (and I can access your pages). cat /proc/sys/net/ipv4/tcp_default_win_scale

WINE and FreeBSD

2005-01-14 Thread Jason But
Hello all, I wasn't quite sure which list to post this on (no flames please) First, happy to see the new release of WINE 20050111 for FreeBSD (and previous 20041201) I obtained and compiled the latest version for my standard FreeBSD 5.3 install. Upon running any windows/wine app I get the

Re: [ck] Re: Threading issues? [ck-request@vds.kolivas.org: ck Digest, Vol 3, Issue 16]

2005-01-14 Thread Con Kolivas
Jeremy White wrote: Specifically, there are other areas of interest when you think about timing and scheduling. First is the Windows very clear cut 'foreground window' boost. I have no idea how this maps into the Linux interactivity strategy. They seem to be roughly equivalent, and I never

Re: WineHQ:winetest: produce valid HTML

2005-01-14 Thread Jakob Eriksson
Paul Millar wrote: On Thursday 13 January 2005 00:41, Dimitrie O. Paun wrote: Hmm, that would be cool. For reasons I can not understand, I can not access Paul's site at www.astro.gla.ac.uk, so having them available somewhere else would be very good for me. Yes, this problem again? I've

Re: WineHQ:winetest: produce valid HTML

2005-01-14 Thread Jakob Eriksson
Ferenc Wagner wrote: What makes you think I've got one? It should be *you* who speak up and tell what information/presentation is need for the best and easiest use. I can't believe I didn't think of this before, but the test results really should be sorted differently. I would prefer to have

Re: [ck] Re: Threading issues? [ck-request@vds.kolivas.org: ck Digest, Vol 3, Issue 16]

2005-01-14 Thread Con Kolivas
Jeremy White wrote: Photoshop has a thread that runs that samples the mouse position every 5 ms; if it doesn't get it's samples in the right amount of time, you don't draw smooth curves. (It may be a timer event callback routine, or a thread that is woken up by a timer event, I can't recall

Re: [ck] Re: Threading issues? [ck-request@vds.kolivas.org: ck Digest, Vol 3, Issue 16]

2005-01-14 Thread Ove Kaaven
fre, 14,.01.2005 kl. 13.06 +1100, skrev Con Kolivas: Well the scheduler is not going to be rewritten any time soon (trust me, I've tried :P). Tell me what remaining requirements your threads have that you are unable to achieve at the moment and I'll see if I can help with my understanding

Re: Add WM_GETOBJECT definition, remove WM_OTHERWINDOWCREATED define

2005-01-14 Thread Dmitry Timoshkov
Robert North [EMAIL PROTECTED] wrote: I thought this removal looked a bit suspicious... So, I did a quick google for WM_OTHERWINDOWCREATED , and there seems to be a consensus that these two messages are defined as follows: WM_OTHERWINDOWCREATED0x0042 WM_OTHERWINDOWDESTROYED

Re: [ck] Re: Threading issues? [ck-request@vds.kolivas.org: ck Digest, Vol 3, Issue 16]

2005-01-14 Thread Con Kolivas
Ove Kaaven wrote: fre, 14,.01.2005 kl. 13.06 +1100, skrev Con Kolivas: Well the scheduler is not going to be rewritten any time soon (trust me, I've tried :P). Tell me what remaining requirements your threads have that you are unable to achieve at the moment and I'll see if I can help with my

Re: Janitorial : add missing declarations ( #3 )

2005-01-14 Thread Rémi Assailly
Dmitry Timoshkov [EMAIL PROTECTED] wrote: Rémi Assailly [EMAIL PROTECTED] wrote: diff -u dlls/x11drv/x11drv_main.c dlls/x11drv/x11drv_main.c --- dlls/x11drv/x11drv_main.c 2004-12-08 18:27:53.0 +0100 +++ dlls/x11drv/x11drv_main.c 2005-01-12 21:23:02.0 +0100 @@ -119,6

Re: Running dxdiag

2005-01-14 Thread Ivan Leo Puoti
Somebody needs to write a program that dumps the NT headers of each winelib DLL to the appropriate place in the virtual drive C when it's first created (in wineprefixcreate). Why can't wineprefixcreate just make links to the dlls? Ivan.

Re: Running dxdiag

2005-01-14 Thread Mike Hearn
On Fri, 14 Jan 2005 19:33:19 +0100, Ivan Leo Puoti wrote: Why can't wineprefixcreate just make links to the dlls? Like I said originally: Dumping the headers is necessary for stupid installers that map DLL files manually and rummage around in the headers to figure out versions and stuff ...

Re: WineHQ:winetest: produce valid HTML

2005-01-14 Thread Stefan Leichter
Am Donnerstag, 13. Januar 2005 14:40 schrieb Hans Leidekker: I've put a couple of new RPMs on my page: http://mirzam.it.vu.nl/mingw/ From the changelog: - update mingw-runtime to 3.6 - update w32api to 3.2 - add mscms import library. - add msi import library. - add a uuid

Help debugging Fotowire

2005-01-14 Thread Antti Mäkelä
Hi, I'm trying to get a (Win or Mac) software from my local photo printing shop to work. The software is in Finnish, and downloadable from http://www.ifi.fi/programs/IFI_OnlineFoto.exe. From what I gather, the software is just licensed and translated version of Fotowire, found at

Re: Help debugging Fotowire

2005-01-14 Thread Mike Hearn
On Fri, 14 Jan 2005 23:31:54 +0200, Antti Mäkelä wrote: The program starts with a wizard. The first dialog box says that the software wants to connect to Internet. When I click next, there is an quick connecting to server - respond received dialog box and then an error box with a message

Re: Help debugging Fotowire

2005-01-14 Thread Robert Shearman
Antti Mäkelä wrote: Hi, I'm trying to get a (Win or Mac) software from my local photo printing shop to work. The software is in Finnish, and downloadable from http://www.ifi.fi/programs/IFI_OnlineFoto.exe. The program starts with a wizard. The first dialog box says that the software wants to

Re: Help debugging Fotowire

2005-01-14 Thread Vincent Béron
Le ven 14/01/2005 à 19:38, Robert Shearman a écrit : Antti Mäkelä wrote: Hi, I'm trying to get a (Win or Mac) software from my local photo printing shop to work. The software is in Finnish, and downloadable from http://www.ifi.fi/programs/IFI_OnlineFoto.exe. The program