Re: FW: RE: My 1.0 wish list

2006-06-04 Thread EA Durbin
I still can't fix it, perhaps you could have a deeper look Hans. From: "EA Durbin" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] CC: wine-devel@winehq.org Subject: Re: FW: RE: My 1.0 wish list Date: Sun, 04 Jun 2006 12:49:41 -0500 Why wh

Re: FW: RE: My 1.0 wish list

2006-06-04 Thread Huw Davies
On Sun, Jun 04, 2006 at 12:49:41PM -0500, EA Durbin wrote: > > Why when i edit the code to change this, does it revert back when i compile > it? You need to edit cond.y (bison generates cond.tab.c). Huw.

Re: FW: RE: My 1.0 wish list

2006-06-04 Thread EA Durbin
: FW: RE: My 1.0 wish list Date: Sun, 04 Jun 2006 12:49:41 -0500 Why when i edit the code to change this, does it revert back when i compile it? From: "EA Durbin" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] CC: wine-devel@winehq.org Subject: R

Re: FW: RE: My 1.0 wish list

2006-06-04 Thread EA Durbin
Why when i edit the code to change this, does it revert back when i compile it? From: "EA Durbin" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] CC: wine-devel@winehq.org Subject: Re: FW: RE: My 1.0 wish list Date: Sun, 04 Jun 2006 12:12:18

Re: FW: RE: My 1.0 wish list

2006-06-04 Thread EA Durbin
and { {'~','<',0}, COND_IGT }, we're matching a less than sign, so if it is matching the "<" it runs COND_IGT it should be { {'~','>',0}, COND_IGT }, From: "EA Durbin" <[EMAIL PROTECTED]> To:

Re: FW: RE: My 1.0 wish list

2006-06-04 Thread EA Durbin
or does SELECT * FROM TABLE WHERE >= or > only call IGE or IGT? From: Hans Leidekker <[EMAIL PROTECTED]> To: "EA Durbin" <[EMAIL PROTECTED]> CC: wine-devel@winehq.org Subject: Re: FW: RE: My 1.0 wish list Date: Sun, 4 Jun 2006 11:29:49 +0200 On Sunday 04 June 2006 11

Re: FW: RE: My 1.0 wish list

2006-06-04 Thread Hans Leidekker
On Sunday 04 June 2006 11:01, EA Durbin wrote: > It shouldnt matter whether its >= or >, they both return the wrong results > in the actual msi installer and the right results in db.c. Does this patch help? -Hans diff --git a/dlls/msi/cond.y b/dlls/msi/cond.y index b32c417..47f858a 100644 ---

Re: FW: RE: My 1.0 wish list

2006-06-04 Thread Hans Leidekker
On Sunday 04 June 2006 09:08, EA Durbin wrote: > I wrote a quick test in wine/dlls/msi/tests/db.c to add a 2nd row to the Could you share it? > database that was being created, then I inserted the `id` of 8 into it and > then I ran the query SELECT * FROM phone where `id` > 6, and it returned >

Re: FW: RE: My 1.0 wish list

2006-06-04 Thread EA Durbin
[EMAIL PROTECTED]> To: wine-devel@winehq.org CC: "EA Durbin" <[EMAIL PROTECTED]> Subject: Re: FW: RE: My 1.0 wish list Date: Sat, 3 Jun 2006 20:30:16 +0200 On Saturday 03 June 2006 18:45, EA Durbin wrote: > That can't be used for a test case, for a test case I, or most likel

Re: FW: RE: My 1.0 wish list

2006-06-03 Thread James Hawkins
On 6/3/06, Tom Booker <[EMAIL PROTECTED]> wrote: hopefully nobody flames me but i just tied all these bugs together thru bug 5350.. they block it now.. maybe i should just make them all dupes instead? plz dont flame me im just trying to help I don't think that was a good idea. It's possib

Re: FW: RE: My 1.0 wish list

2006-06-03 Thread Tom Booker
y included applications where it wasobvious from the log, or I tested personally.>From: Mike McCormack < [EMAIL PROTECTED]>>To: EA Durbin <[EMAIL PROTECTED]>>Subject: Re: FW: RE: My 1.0 wish list>Date: Sun, 04 Jun 2006 00:30:41 +0900 >>>You can send me as many mails

Re: My 1.0 wish list

2006-06-03 Thread Tom Booker
On 6/3/06, EA Durbin <[EMAIL PROTECTED]> wrote: I just tested the latest Kidspiration install. The self extracting .exeextracts the Trial.exe file into windows/temp, and then complains about not having a program associated with Kid's Trial.exe. After traversing into the.wine/drive_c/windows/temp fo

Re: FW: RE: My 1.0 wish list

2006-06-03 Thread Mike McCormack
EA Durbin wrote: proven this with code and resulting logs. This problem affects a multitude of applications in wine. If your not willing to work on it then either someone else can, or it can remain broken. I told you from the start that I don't have time to work on this now. I've told you a

Re: FW: RE: My 1.0 wish list

2006-06-03 Thread Hans Leidekker
On Saturday 03 June 2006 18:45, EA Durbin wrote: > That can't be used for a test case, for a test case I, or most likely > someone elsewho has the ability and the time has to write code under > dlls/msi/tests/db.c and make a program in windows to re-illustrate this > bug. Do you know SQL? Could y

Re: FW: RE: My 1.0 wish list

2006-06-03 Thread EA Durbin
Durbin" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], [EMAIL PROTECTED], wine-devel@winehq.org Subject: Re: FW: RE: My 1.0 wish list Date: Sat, 3 Jun 2006 12:02:15 -0400 On 6/3/06, EA Durbin <[EMAIL PROTECTED]> wrote: This problem in MSI spans a multitude of bugs. ATI demo(Render

Re: FW: RE: My 1.0 wish list

2006-06-03 Thread Jason Green
On 6/3/06, EA Durbin <[EMAIL PROTECTED]> wrote: This problem in MSI spans a multitude of bugs. ATI demo(Rendering With Natural Light ) - bug # 4712? I noticed yesterday that just about every ATI Demo had similar installer problems. Just try a few from here if you need some quick test cases:

Re: FW: RE: My 1.0 wish list

2006-06-03 Thread EA Durbin
f them just have the debug dump at the end and not the pertainent msi err lines. I only included applications where it was obvious from the log, or I tested personally. From: Mike McCormack <[EMAIL PROTECTED]> To: EA Durbin <[EMAIL PROTECTED]> Subject: Re: FW: RE: My 1.0 wish list

RE: My 1.0 wish list

2006-06-03 Thread EA Durbin
I just tested the latest Kidspiration install. The self extracting .exe extracts the Trial.exe file into windows/temp, and then complains about not having a program associated with Kid's Trial.exe. After traversing into the .wine/drive_c/windows/temp folder and typing Wine Kid's Trial.exe the p

RE: My 1.0 wish list

2006-06-02 Thread EA Durbin
IL PROTECTED]> To: [EMAIL PROTECTED] CC: wine-devel@winehq.org Subject: RE: My 1.0 wish list Date: Sat, 03 Jun 2006 00:54:31 -0500 I just tested J2SE update 7 offline installation from sun and it installed with no problems. Are we trying to install netbeans or something too that's crashing? I

RE: My 1.0 wish list

2006-06-02 Thread EA Durbin
I just tested J2SE update 7 offline installation from sun and it installed with no problems. Are we trying to install netbeans or something too that's crashing? I'm using the latest cvs version of wine. From: "Dan Kegel" <[EMAIL PROTECTED]> To: wine-devel Subject: My 1.0 wish list Date: Fri,

RE: My 1.0 wish list

2006-06-02 Thread EA Durbin
What is broken in MingW installer?, Upon testing I was able to install 5.0.2 Mingw just fine, and selected all of the components and it installed fine. I also was able to install gdb, as the bug suggests you're not able. From: "Dan Kegel" <[EMAIL PROTECTED]> To: wine-devel Subject: My 1.0 w

RE: My 1.0 wish list

2006-06-02 Thread EA Durbin
I can help debug some of these, and maybe contribute to the code/test cases. I haven't coded much in C in the last few years, I took some in college, but I've never used it yet in my career path, but I'm working on refreshing my memory, and working on trying to understand the most commonly used