From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22152 invoked by alias); 2 Mar 2005 11:10:59 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 22032 invoked from network); 2 Mar 2005 11:10:51 -0000 Received: from unknown (HELO quokka.dot.net.au) (202.147.68.16) by sourceware.org with SMTP; 2 Mar 2005 11:10:51 -0000 Received: from [202.147.75.174] (helo=ip-75-174.dot.net.au) by quokka.dot.net.au with esmtp (Exim 3.35 #1 (Debian)) id 1D6Rkg-0004du-00 for ; Wed, 02 Mar 2005 22:10:50 +1100 Subject: Re: pthread for WinCE From: Ross Johnson To: Pthreads-Win32 list In-Reply-To: References: <41D880FE.4040303@callisto.canberra.edu.au> Content-Type: text/plain Date: Wed, 02 Mar 2005 11:10:00 -0000 Message-Id: <1109761848.11333.18.camel@desk.home> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005/txt/msg00013.txt.bz2 It was ported several years back (1999) by Tristan Savatier. See README.WinCE in the package and the WinCE-Port file for Tristan's notes. It needs someone to try to build with the current snapshot and send me changes if any. I don't have the tools for WinCE builds. All of Tristan's patches are still in the source, but I have no way to check that subsequent changes in either the library or WinCE have broken it. I think any changes needed to update will be small. Ross On Wed, 2005-03-02 at 11:32 +0100, Viv wrote: > Somehow I didn't receive my own post (from yesterday) on > pthreads-win32@sources.redhat.com > I am not sure why, so I will resend my original email ... > > Hi, > > I am using the pthread lib in my Windows application succesfully for some > time (btw, thx for this useful lib!) and now my company would like to port > our product on WinCE systems.(which now seems to be called 'mangento'). > As I read from some docs, there is already support in the pthread libs for > WinCE, but I would like to double check this ... So: > - is there full support of pthread lib on WinCE? > - is there something special that I should know about (for instance when > building the sources) specific to WinCE? > - where can I find some docu about pthread on WinCE systems? > > Thanks in advance, > Viv >