Re: AJ on vacation?

2005-04-06 Thread Scott Ritchie
On Wed, 2005-04-06 at 12:27 -0700, Steven Edwards wrote: > Hi, > > --- Tom Wickline <[EMAIL PROTECTED]> wrote: > > Has AJ taken a vacation? > > I think he is out till tomorrow or Friday. > > Thanks > Steven > While the cat's away... Party in the CVS Server!

Re: Remote debugging

2005-04-06 Thread Robert Shearman
Boaz Harrosh wrote: David Hemmo wrote: But step doesn't work. Would someone have an idea of where in wine source code I should have a look ? Is there any document that you know that could help me to understand how it works, and the architecture ? I do not know the answer, but I can add some info

Re: compiling msvcrt with gcc4

2005-04-06 Thread James Hawkins
On Apr 6, 2005 4:42 PM, James Hawkins <[EMAIL PROTECTED]> wrote: > Hi, > > I just installed FC4 test1 with gcc4, > > gcc (GCC) 4.0.0 20050405 (Red Hat 4.0.0-0.40) > > Compiling msvcrt produces these errors: > > ../../../include/msvcrt/io.h:179: error: 'open' aliased to external > symbol '_open'

compiling msvcrt with gcc4

2005-04-06 Thread James Hawkins
Hi, I just installed FC4 test1 with gcc4, gcc (GCC) 4.0.0 20050405 (Red Hat 4.0.0-0.40) Compiling msvcrt produces these errors: ../../../include/msvcrt/io.h:179: error: 'open' aliased to external symbol '_open' ../../../include/msvcrt/io.h:180: error: 'sopen' aliased to undefined symbol '_sopen

Re: Add mousewheel support to riched20

2005-04-06 Thread Hannu Valtonen
Joris Huizer wrote: > Why not like > > > +SystemParametersInfoW(SPI_GETWHEELSCROLLLINES,0, > &pulScrollLines, 0); > > +gcWheelDelta = GET_WHEEL_DELTA_WPARAM(wParam); > > +if (gcWheelDelta >= WHEEL_DELTA && pulScrollLines) > > + nPos += pulScrollLines * (-gcWheelDelta / WHEEL_DE

Re: Add mousewheel support to riched20

2005-04-06 Thread Joris Huizer
Hannu Valtonen wrote: Hi, This patch adds mousewheel support to the rapidly maturing riched20. Changelog: Add mousewheel support to riched20 - Hannu Valtonen + case WM_MOUSEWHEEL: + { +int gcWheelDelta = 0, nPos = editor->nScrollPosY; +UINT pulScrollLines; + +SystemParametersInfoW(S

Re: AJ on vacation?

2005-04-06 Thread Steven Edwards
Hi, --- Tom Wickline <[EMAIL PROTECTED]> wrote: > Has AJ taken a vacation? I think he is out till tomorrow or Friday. Thanks Steven __ Do you Yahoo!? Yahoo! Personals - Better first dates. More second dates. http://personals.yahoo.com

Re: AJ on vacation?

2005-04-06 Thread James Hawkins
On Apr 6, 2005 1:53 PM, Tom Wickline <[EMAIL PROTECTED]> wrote: > Has AJ taken a vacation? >From WWN #268 "The next day Alexandre took off on vacation for a week. So don't expect any CVS updates." -- James Hawkins

AJ on vacation?

2005-04-06 Thread Tom Wickline
Has AJ taken a vacation?

Wine and Process Explorer

2005-04-06 Thread Paul Vriens
Hi, I was just wondering if it's worthwhile to get Process Explorer running on Wine. It contains a lot of 'under-the-hood' stuff which is maybe not needed anywhere else (except the taskmgr, maybe). There are lots of unimplemented calls and lots of undocumented as well. I've found some documentati

Re: Crash due to edit.c patch (was: Regression: origin6 crashes with 20050310 (20050211 works))

2005-04-06 Thread Lauri Tulmin
On Apr 6, 2005 10:15 AM, Tobias Burnus <[EMAIL PROTECTED]> wrote: > Hello, > > as described in http://bugs.winehq.org/show_bug.cgi?id=2813 , Origin6 > crashes with the edit.c patch, implementing !ES_AUTO[HV]SCROLL > (http://www.winehq.org/hypermail/wine-cvs/2005/02/0506.html). > I'm pretty certai

Remote debugging

2005-04-06 Thread David Hemmo
Hello, I am new to wine. I try to get a PC software (I have the source code) to run on Linux but as the project may take a while, I try to prepare a development environement that will make my life easier. I have Wine from CVS, and msvcmon (the remote part of Visual studio) running on Linux. I

Re: crypt32: CryptProtectData/CryptUnprotectData take 2

2005-04-06 Thread Jakob Eriksson
Kees Cook wrote: On Tue, Apr 05, 2005 at 02:32:11PM +0900, Mike McCormack wrote: The new patch looks good. I should have mentioned before that writing a test case will help your patch be accepted. Did you have any test code about that you could turn into a test case for your newly implemente

Starting up

2005-04-06 Thread David Gümbel
Hello everybody, - a while ago we were debating an initiative named "Wine-Probe"[1] (which would roughly equal "Wine-tasting" in english) on wine-devel that was in the making between Wirtschaftsförderung Region Stuttgart GmbH and us (ITOMIG). Its goal is to make local software vendors aware o

Crash due to edit.c patch (was: Regression: origin6 crashes with 20050310 (20050211 works))

2005-04-06 Thread Tobias Burnus
Hello, as described in http://bugs.winehq.org/show_bug.cgi?id=2813 , Origin6 crashes with the edit.c patch, implementing !ES_AUTO[HV]SCROLL (http://www.winehq.org/hypermail/wine-cvs/2005/02/0506.html). A rather concise but hopefully complete enough trace can be found attached to the bug. Unfortunal

Re: crypt32: CryptProtectData/CryptUnprotectData take 3

2005-04-06 Thread Kees Cook
On Wed, Apr 06, 2005 at 11:08:12PM +0900, Dmitry Timoshkov wrote: > It's better to keep alphabetical order of .spec file entries. Oh, whoops. I just blindly grouped them. Fixed. > if you are not going to conditionally include headers using '#ifdef HAVE_xxx' > there is no need to include config.

Re: Remote debugging

2005-04-06 Thread Boaz Harrosh
David Hemmo wrote: But step doesn't work. Would someone have an idea of where in wine source code I should have a look ? Is there any document that you know that could help me to understand how it works, and the architecture ? I do not know the answer, but I can add some info. Both MSDEV6 instal

Re: crypt32: CryptProtectData/CryptUnprotectData take 3

2005-04-06 Thread Dmitry Timoshkov
"Kees Cook" <[EMAIL PROTECTED]> wrote: > diff -u -p -u -p -r1.19 crypt32.spec > --- dlls/crypt32/crypt32.spec 10 Nov 2004 01:31:50 - 1.19 > +++ dlls/crypt32/crypt32.spec 6 Apr 2005 05:52:55 - > @@ -133,6 +133,7 @@ > @ stub CryptMsgUpdate > @ stub CryptMsgVerifyCountersignatureEncoded >

Re: ie5, ie6 won't install

2005-04-06 Thread Stefan Dösinger
Am Mittwoch, 6. April 2005 11:17 schrieb Wesley Parish: > [EMAIL PROTECTED] inex5]$ wine --version > Wine 20040813 > That was a Mandrake 10.0 rpm installation, over which I installed > Wine-20050211.tar.gz For me ie6 setup and ie6 work nice with WIne CVS from yesterday(April 05, 2005). I tried ins

Remote debugging

2005-04-06 Thread David Hemmo
Hello, I am new to wine. I try to get a PC software (I have the source code) to run on Linux but as the project may take a while, I try to prepare a development environement that will make my life easier. I have Wine from CVS, and msvcmon (the remote part of Visual studio) running on Linux. I

ie5, ie6 won't install

2005-04-06 Thread Wesley Parish
[EMAIL PROTECTED] inex5]$ wine --version Wine 20040813 That was a Mandrake 10.0 rpm installation, over which I installed Wine-20050211.tar.gz This is the relevant history: [EMAIL PROTECTED] wine-hdd]$ cd ie6 [EMAIL PROTECTED] ie6]$ ls ADVAUTH.CAB* IECIF.CAB* IEMIL_2.CAB* IEW2K_1.CAB* O