Re: Wintab: Update on debugging & demo patch.

2003-06-26 Thread Aric Stewart
* Copyright 2002 Patrik Stridvall * Copyright 2003 Codeweavers, Aric Stewart + * Copyright 2003 Robert North * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -168,11 +169,16 @@ ptr = gOpenContexts; while (ptr)

Re: Wintab dll: Status report.

2003-06-20 Thread Aric Stewart
Interesting. Since I had myself as well as at lest 3 other organizations of testers testing this code at each step with Photoshop6 and 7 and Painter 7 as well as a number of test applications. None of us saw these problems. What I found, and could fix: Sometimes a badly configured tablet c

Re: Wintab: beginning to investigate Aric's patch from April.

2003-06-18 Thread Aric Stewart
Hi Robert, No problem with the timing. The first thing I'm seeing is a crash in the WTInfo() wintab call with Painter 5. Will look into this further, and attempt to fix. Aric: Ever had this? I'll investigate further before posting up any significant details, as I suspect the fix is trivial. This

Re: valgrind and wine

2002-12-05 Thread Aric Stewart
the exceptions thrown. I am very interested in what progress people make on this. I just have not had time to go any further on it. -aric Dan Kegel wrote: Aric Stewart wrote: I have actually worked a little with Julian Steward on this problem just before 1.1.0 I actually have a build of valgr

Re: valgrind and wine

2002-12-02 Thread Aric Stewart
Hello, I have actually worked a little with Julian Steward on this problem just before 1.1.0 I actually have a build of valgrind here on my laptop with works with very simple wine applications. I remember there was one hack i had to do to the valgrind source to disable some of its sanity che

Re: Listview WM_NOTIFYFORMAT and LVN_GETDISPINFO

2002-11-21 Thread Aric Stewart
if i saw any difference and I did not. Also this patch fixes the bug in Outlook... -aric Dimitrie O. Paun wrote: On November 21, 2002 11:33 am, Aric Stewart wrote: Here is a patch which preserves alot of your structure. it works to correct my bug in Outlook. Wow! It's hard to believe

Re: Listview WM_NOTIFYFORMAT and LVN_GETDISPINFO

2002-11-21 Thread Aric Stewart
Here is a patch which preserves alot of your structure. it works to correct my bug in Outlook. -aric Dimitrie O. Paun wrote: On November 21, 2002 10:19 am, Aric Stewart wrote: I wondered if you had found a counter example in your own tests, or if you had just assumed that windows would act

Listview WM_NOTIFYFORMAT and LVN_GETDISPINFO

2002-11-21 Thread Aric Stewart
Hi Dimi, I have been doing some work on OWNERDATA listviews with Outlook and have found something with my test programs. Even if i create a Dialog with DialogBoxW to contain the listview, and return NFR_UNICODE for WM_NOTIFYFORMAT my windows 2000 box still calls notifies with LVN_GETDISPIN

WINE XIM Patch

2002-04-25 Thread Aric Stewart
Hello everyone, Myself, Mike McCormack and Ulrich Czekalla have been working like mad to get XIM into Wine. We have a very early and unclean patch for people to try and help improve. This patch applies to the winehq tip as of today and probably changed a bunch of things it does not need

Re: Windows LNK file format

2002-03-27 Thread Aric Stewart
I would say write a winelib app using the IShellLink and IPersistantFile interfaces. Basically do it the same way as you would under windows. However i seem to remember that you need to call COM functions differently for winelib apps than windows apps. Can someone else confirm that for me? -aric

Re: Clarification on my call for license change

2002-02-15 Thread Aric Stewart
Patrik Stridvall wrote: > > > On Fri, 2002-02-15 at 09:49, Roland wrote: > > > At 08:19 AM 2/15/02 -0600, Jeremy White wrote: > > > >Several people have asked me to clarify my original post. > > > > > > I just don't understand one thing: > > > How does your company expect to make money once WINE

Re: treeview2.c

2002-02-01 Thread Aric Stewart
ahh yup, my error.. here is the modified patch -aric Huw D M Davies wrote: > > On Thu, Jan 31, 2002 at 03:40:04PM -0600, Aric Stewart wrote: > > Why where we setting the items text to NULL on GetItemW. > > > > This appears to implement what the person was trying t

Re: treeview.c

2002-01-31 Thread Aric Stewart
messy. -aric Uwe Bonnes wrote: > > >>>>> "Aric" == Aric Stewart <[EMAIL PROTECTED]> writes: > > Aric> This is a bit of a cover to help find other problems, but we would > Aric> crash if trying to sort a treeview with null strings in it.

Re: Fix for MoveFileExA

2002-01-31 Thread Aric Stewart
"Gerhard W. Gruber" wrote: > > On Thu, 31 Jan 2002 07:52:55 -0600, Aric Stewart <[EMAIL PROTECTED]> wrote: > > >Windows 95 and Windows 98: The MoveFileEx function is not supported. To rename or > >delete a file at reboot, use the following procedure. >

Re: Fix for MoveFileExA

2002-01-31 Thread Aric Stewart
My turn to chime in, I have done a fair bit of reboot processing stuff.. first here is what msdn says >> If the dwFlags parameter specifies MOVEFILE_DELAY_UNTIL_REBOOT, MoveFileEx stores the locations of the files to be renamed at reboot in the following registry value: HKEY_LOCAL_MACHINE\SYSTEM

Re: DPA_LoadStream

2002-01-15 Thread Aric Stewart
True true, here instead of a constant i instead show how i came up with the number. This is also more portable if wine ever gets moved to a system with a larger UINT_MAX. -aric Uwe Bonnes wrote: > > >>>>> "Aric" == Aric Stewart <[EMAIL PROTE

Windows-format metafiles

2001-10-17 Thread Aric Stewart
Hello all, I am doing so work trying to flesh out he implementation of SetWinMetaFileBits and as such need documentation on Windows-format metafiles (not enhanced metafiles i have that) There must exist specs and documentation from old 3.1 days, but I am having no luck finding it. Does anyo

Re: can't debug mfc program

2001-10-02 Thread Aric Stewart
This appears to not just be mfc programs.. recently I have been unable to use gdb on any wine program with either the 2.4.0 or 2.4.9 kernels. same problems, i get a seg fault when loading libntdll.so -aric Guilherme Kunz wrote: > > Hi! > > I am trying compile a mfc program with winelib. > >

Re: wsprintf

2001-09-21 Thread Aric Stewart
I think this is part of what the change log is for. Alexandre has committed the patch, i will ask him if he wants me to document something further and submit another patch. -aric Andreas Mohr wrote: > > On Thu, Sep 20, 2001 at 01:38:11PM -0500, Aric Stewart wrote: > > The

Re: msvcrt switching from builtin to native

2001-07-11 Thread Aric Stewart
I was just noticing similar situations with urlmon when i we debugging something today. I thought there must be something wrong with my setup, but if you are seeing it also that is interesting. -aric > Hallo, > > trying to run msdev.exe with builtin msvcrt, at some point thins strange > +sno

Re: critical section blocking

2001-06-01 Thread Aric Stewart
Hum, ok thank for pointing out that my fix does not work. I will continue to try to investigate more, and see if i can find another fix or understand the problem more completely. thanks -aric Me wrote: > > > With this patch, Myst locks up solid as soon as the mouse is moved into > > the Myst w

Re: DLGC_WANTALLKEYS

2000-12-14 Thread Aric Stewart
However with Spy++ under winNT, I spied on the message using a generic multiline edit control without the ES_WANTRETURN style and DLGC_WANTALLKEYS was part of the return value. -aric Alexandre Julliard wrote: > > Aric Stewart <[EMAIL PROTECTED]> writes: > > > edit contr

Nonstandard capitilization

2000-11-10 Thread Aric Stewart
Hello, Working with internationalization i have run into a bug and was wondering what people though a good approach would be. The basic problem is that turkish has nonstandard capitalization. I have been told: >Turkish character set (codepage 1254, ISO8859-9) distinguishes i with a >dot

Re: a patch for supporting DBCS

2000-10-26 Thread Aric Stewart
I have to pipe in and say that in my work with UNICODE enabling the controls the two functions proposed here would be very useful. If somemone wrote them up as a patch would they go in? -aric TAKESHIMA Hidenori wrote: > > > First, I should say that it is a wrong way to fix DBCS. You could not

Re: add WSAResetEvent

2000-10-24 Thread Aric Stewart
True, i was patterning off of WSACreateEvent and WSACloseEvent since it seems to be a family of functions, so it made sense for all of them to have similar implementation. Would it be better for all of them to just become forwards? -aric Ove Kaaven wrote: > > On Tue, 24 Oct 2000, Aric S

unicode enabling menus

2000-10-23 Thread Aric Stewart
Hello, I am working on unicode enabling various controls. I have started with the menus. While actually doing the unicode enabling has been very easy i have run into an interesting problem parsing the resources. When parsing the resources the strings come through as 0x00 0x00 ... this work

Re: InternetCheckConnection

2000-07-26 Thread Aric Stewart
This sounds like a great idea for generic checking for a network connection. However the API seems to lend itself to not only checking a generic internet connection but also checking conductivity to a specific host. For this a ping sort of approach seems appropriate. I will work at taking out the

WM_MOUSEMOVE in SetWindowPos

2000-06-20 Thread Aric Stewart
example or test I can run to see the bug that this WM_MOUSEMOVE is correcting so i can see if i can find another way of fixing it? Thank you, -Aric Stewart [EMAIL PROTECTED]

wininet

2000-06-15 Thread Aric Stewart
-Aric Stewart [EMAIL PROTECTED]

Re: submenus

2000-06-06 Thread Aric Stewart
win3.x style? -aric Andreas Mohr wrote: > > On Tue, Jun 06, 2000 at 10:40:59AM -0500, Aric Stewart wrote: > > Under wine clicking on an open submenu would cause the menu to close. > > This does not mirror windows where said clicks are basically ignored. > > > > This

Re: trackbars

2000-05-25 Thread Aric Stewart
> > You know, we kind of busy right now, but we start to contribute our changes > to WineHQ probably in June/July. > So you can save your time not repeating our job and our time merging our > changes to main stream. > > Regards > -- > Serge Ivanov > [EMAIL PR

Re: event.c

2000-05-11 Thread Aric Stewart
I also did some looking into this, but not a lot. I found that my patch fails with a debugmsg +relay. So something with the relay messages is causing the problems. In fact the patch works with debugmsg +all,-relay. I have not had time to track down why relay messages are causing the crash. -ari

Re: event.c

2000-05-10 Thread Aric Stewart
Interesting, I did try this with some debug messages. Although I was using +toolbar,+menus,+tab,+win at the time. And also have run in managed mode with the debug messages. I did worry that the patch may cause the program to deadlock but saw no sign of it from my testing. The specific problem th