From dev-return-14237-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Sat May 21 00:48:10 2005 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 50491 invoked from network); 21 May 2005 00:48:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 May 2005 00:48:10 -0000 Received: (qmail 70046 invoked by uid 500); 21 May 2005 00:48:07 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 69965 invoked by uid 500); 21 May 2005 00:48:06 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 69924 invoked by uid 99); 21 May 2005 00:48:05 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of dc@sover.net designates 209.198.87.60 as permitted sender) Received: from mailgate1.sover.net (HELO mx1.sover.net) (209.198.87.60) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 20 May 2005 17:48:04 -0700 Received: from smtpauth4.sover.net (smtpauth4.sover.net [209.198.87.111]) by mx1.sover.net (8.12.9/8.12.9) with ESMTP id j4L0lxGv003153; Fri, 20 May 2005 20:47:59 -0400 (EDT) Received: from dclaptop (c-67-161-49-192.hsd1.ca.comcast.net [67.161.49.192]) (authenticated bits=0) by smtpauth4.sover.net (8.12.9/8.12.9) with ESMTP id j4L0lvLw008929; Fri, 20 May 2005 20:47:58 -0400 (EDT) Message-ID: <013001c55d9e$afd05850$6400a8c0@dclaptop> From: "David Christie" To: "William A. Rowe, Jr." Cc: References: <012001c55d91$ad731a50$6400a8c0@dclaptop> <6.2.1.2.2.20050520182243.06d510f0@pop3.rowe-clan.net> Subject: Re: Does a PalmOS port of APR exist? Date: Fri, 20 May 2005 17:47:36 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ----- Original Message ----- > "William A. Rowe, Jr." wrote: > > We entertained the notion of WinCE and crippled a bunch of > features (APR_ENOTIMPL) to accommodate. Your patches for > PalmOS would be most welcome :) > > [Especially since I'm running with a Treo phone these days :-] Thanks for your reply. Well, now I have something else to do in my copious spare time. :-) By "entertained the notion" do you mean the intent was that APR might just compile and link with WinCE using Microsoft's compiler and tools? Or did you just mean that a port would be feasible, but some additional work would probably be required? I guess what I'm really asking is whether you know if anyone has actually used APR with WinCE. Palm is kind of my first thought as a handheld target platform, since they seem to have a commitment to GCC-based development tools, but WinCE would obviously be good to support as well. But I have encountered enough places where MSVC++7.1 gives me problems by falling short of conformance with the C++ standard. I shudder to imagine what troubles WinCE would add to those.