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

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 c

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 messag

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 http://www.fo

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

Re: [Resend] wineloader: call wineprefixcreate with explicit WINEPREFIX

2005-01-14 Thread Alexandre Julliard
Crestez Leonard <[EMAIL PROTECTED]> writes: > This allows you do "export WINEPREFIX=~/.wine-zzz; ./wine regedit", > and automatically generate ~/.wine-zzz. You used to have to call > wineprefixcreate yourself, with correct parameters. Actually this is a feature ;-) The rationale is that if you ma

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

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.

Sharing files between users

2005-01-14 Thread Vitaly Lipatov
I am looking for any resolve a problem with sharing open files. When one user calls CreateFile with sharing=FILE_SHARE_READ, other user can open the same file with sharing=FILE_SHARE_WRITE wthout any fails. I know sharing control done in wine-server, but it resolves problem only when single use

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

Re: lotus notes regression

2005-01-14 Thread Stefan Zechmeister
On Wed, 29 Dec 2004 00:35:48 -0500, Paul R Streitman wrote: same here with notes 6.5.1. > Mike, > > Sorry about that, I edited away the notes level at some point! This is > with notes 6.5.3. I can easily reproduce it if you would like me to try > anything. > >

Re: WineConf 2005

2005-01-14 Thread Jeremy Newman
Whats the status of this? Is this the final and set date? I'd like to get the date finalized soon so I can can purchase my tickets early enough to get a decent rate. On Mon, 2005-01-10 at 15:49 -0700, Brian Vincent wrote: > WINECONF 2005 GOES TO EUROPE! > > We have a tentative reservation for Win

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 un

Re: advpack: add two missing stubs

2005-01-14 Thread Steven Edwards
Hi, --- Robert Reif <[EMAIL PROTECTED]> wrote: > New patch with tests and credit to ReactOS. I don't know who wrote > the code and the credit is not in the file. The Author column of the > CVSweb page lists jimtabor. Please let me know if this is adequate > credit or not. It would be nice if

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_OTHERWINDOWDEST

Re: Add WM_GETOBJECT definition, remove WM_OTHERWINDOWCREATED define

2005-01-14 Thread Robert North
Dmitry Timoshkov dmitry-at-baikal.ru |Wine Mailing Lists| wrote: Hello, Platform SDK defines WM_GETOBJECT as 0x003d and doesn't have a message with value 0x003c at all. WM_GETOBJECT is used by Active Accessibility to retrieve an interface pointer from a window. Changelog: Dmitry Timoshkov <[EM

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 understandin

Re: [AppDB] layout corners size

2005-01-14 Thread Dimitrie O. Paun
On Fri, Jan 14, 2005 at 01:58:25PM +0100, Jonathan Ernst wrote: > After doing it for lostwages I did the same for AppDB. Cool, don't forget Bugzilla too :) -- Dimi.

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 exact

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 al

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 nev

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 found

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 e

Re: [Fwd: OLEAUT32: VARIANT parsing of hex/octal integer string must not negate value]

2005-01-14 Thread Alexandre Julliard
Alex Villaci­s Lasso <[EMAIL PROTECTED]> writes: > Apparently this patch did not make it in time for the 20050111 > release, so I am resending it. Could you please submit a test case for this? -- Alexandre Julliard [EMAIL PROTECTED]

Re: listview: fix alignment tests

2005-01-14 Thread Dimitrie O. Paun
On Fri, Jan 14, 2005 at 11:32:56AM +0100, Paul Vriens wrote: > HDF_LEFT is also 0, so should we get rid of the first check, and only > check for LVCFMT_RIGHT and LVCFMT_CENTER? Yes, you could remove it, but it will save nothing and will make the code harder to read. gcc most like optimizes it out

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_sca

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

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_JUS

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 es like these: > > Frankly, I'm a bit astonished that people in this day and age still sometimes fail to provide it, for such critical image elements of a website. Andreas Moh