Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 84167 invoked from network); 15 Mar 2007 16:15:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2007 16:15:25 -0000 Received: (qmail 31310 invoked by uid 500); 15 Mar 2007 16:15:31 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 31277 invoked by uid 500); 15 Mar 2007 16:15:30 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 31268 invoked by uid 99); 15 Mar 2007 16:15:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 09:15:30 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alexey.a.petrenko@gmail.com designates 66.249.90.179 as permitted sender) Received: from [66.249.90.179] (HELO ik-out-1112.google.com) (66.249.90.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 09:15:20 -0700 Received: by ik-out-1112.google.com with SMTP id b32so175252ika for ; Thu, 15 Mar 2007 09:14:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i2/+/Y2SOCtqOydQU423iQL8Nf6AJBJvThIEGjogg363EHEa3jGdOAIsWGMTNVheuWx/wGioOff7YnK66yL9L4SxLUy17Yz9bWxwhL/WnuOfTgNlU9apGtrVC6DiQnShBn5oRA8aWjmJdSEkpzfJuXAX4QRgoqbJnucjQTu16I0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hBGIpP4i8BGQtd1+2MSDyr06zImE7IpvUJBL6VwSyhoyGIDBW7G91l+XelAPmyhzHuhJlX3t/kqfv+icXvRnx8zgqt7hpCQ9L5VRLp36HXO33ijtSQW58WArpsSSXmz1D4YYxSkNVZp2kriWQWAO1HZiaTvMbRXovKkGDCk/Ps8= Received: by 10.114.168.1 with SMTP id q1mr273559wae.1173975297810; Thu, 15 Mar 2007 09:14:57 -0700 (PDT) Received: by 10.114.120.5 with HTTP; Thu, 15 Mar 2007 09:14:57 -0700 (PDT) Message-ID: Date: Thu, 15 Mar 2007 19:14:57 +0300 From: "Alexey Petrenko" To: dev@harmony.apache.org Subject: Re: [awt] gl DLL for windows 200? In-Reply-To: <3b3f27c60703150841q4d899115v53de32f2fbdf7c49@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3b3f27c60703142010w1d650ee9h550c0b8d088a9dfa@mail.gmail.com> <3b3f27c60703150841q4d899115v53de32f2fbdf7c49@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 2007/3/15, Nathan Beyer : > I think win 2000 is going to be a needed platform. It looks like we can remove this dependency as requirement. Please file a JIRA. > Is there a means of excluding tests for win 2000? The build files are > little deceiving as they indicate working for all win32 sdks. In fact AWT code will not work with Win9x. Since it uses GDI+ SY, Alexey > On 3/15/07, Alexey Petrenko wrote: > > 2007/3/15, Alexey Varlamov : > > > It should be possible to made the dependency dynamic? > > As I said before I'm not sure for now. > > But yes, it is probably possible. > > > > And I do not think that this is very important task for now. > > > > SY, Alexey > > > > > Re Win2000 build in general - it might be of little interest right > > > now, yet apparently has its niche and could be worth to address in > > > some future (IMO). > > > > > > -- > > > Alexey > > > > > > 2007/3/15, Alexey Petrenko : > > > > Yes, this is a requirement for now. Check WinThemeGraphics.cpp from awt > > module. > > > > I'm not sure can we remove this dependency or not. > > > > > > > > SY, Alexey > > > > > > > > 2007/3/15, Nathan Beyer : > > > > > The current gl.dll that's part of the build with AWT has a dependency > > > > > on a uxtheme.dll, which isn't part of Windows 2000. Apparently it's a > > > > > Windows XP/2003 and above bit. As such, the gl.dll is failing to load > > > > > because this dependency is missing. > > > > > > > > > > I'm not familiar with what's going on in the 'gl' library, but is this > > > > > dependency a requirement? Do we just need a Windows 2000 build? > > > > > > > > > > -Nathan > > > > > > > > > > > > > > >