Alexey, AFAIU the method drawXpBackground() should not be invoked under win2000, but if I'm not right the asserts should be removed. I'll attach a new patch without asserts.
-----Original Message----- From: Alexey Petrenko [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 11:13 PM To: [email protected] Subject: Re: [classlib][awt/swing] Windows version dependencies? (was: Re: [general] What platforms do we support?) Andrey, AFAIU your patch will fail on assert call if there is no uxtheme.dll or DrawThemeBackground function in it, will not it? SY, Alexey 2007/4/9, Pavlenko, Andrey A <[EMAIL PROTECTED]>: > I've attached a patch, but I haven't win2000 to check if this patch > fixes the issue. > > Could somebody check it? > > -----Original Message----- > From: Alexey Petrenko [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 04, 2007 11:54 AM > To: [email protected] > Subject: Re: [classlib][awt/swing] Windows version dependencies? (was: > Re: [general] What platforms do we support?) > > I've created corresponding JIRA issue: > https://issues.apache.org/jira/browse/HARMONY-3569 > > SY, Alexey > > 2007/4/4, Alexey Petrenko <[EMAIL PROTECTED]>: > > As I replied to Nathan before, yes, it looks like we can make this > > dependency optional. > > > > SY, Alexey > > > > 2007/4/2, Tim Ellison <[EMAIL PROTECTED]>: > > > Nathan Beyer wrote: > > > > On 3/31/07, Tim Ellison <[EMAIL PROTECTED]> wrote: > > > >> I'd call out the current Windows OS support as "Windows 2000 > > > >> Professional with SP3, or better". Not sure that we have anyone > testing > > > >> on that version, but I'd be interested to know if people don't > think > > > >> that is achievable. > > > > > > > > I have a Windows 2000 (on a P3) box running buildtest now, but > it's > > > > blowing up. I couldn't get DRLVM to do much of anything. The > classlib > > > > + ibmvm runs, but the tests for AWT/Swing always fail because > they're > > > > dependent on some XP/2003 library. > > > > > > Can anyone tell us what it will take to get AWT and Swing to work on > > > Windows 2000? > > > > > > Regards, > > > Tim > > > > > >
