From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19216 invoked by alias); 18 Nov 2004 01:21:52 -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 19147 invoked from network); 18 Nov 2004 01:21:40 -0000 Received: from unknown (HELO ps10.kent.dot.net.au) (202.147.78.201) by sourceware.org with SMTP; 18 Nov 2004 01:21:40 -0000 Received: from ip-86-212.dot.net.au ([202.147.86.212] helo=callisto.canberra.edu.au) by ps10.kent.dot.net.au with esmtp (Exim 3.35 #4) id 1CUazW-0004QD-00 for pthreads-win32@sources.redhat.com; Thu, 18 Nov 2004 12:21:42 +1100 Message-ID: <419BF91E.8080009@callisto.canberra.edu.au> Date: Thu, 18 Nov 2004 01:21:00 -0000 From: Ross Johnson Reply-To: rpj@callisto.canberra.edu.au User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040421 MIME-Version: 1.0 To: pthreads-win32 Subject: Re: BCB support (lib+dll) References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004/txt/msg00148.txt.bz2 Robert Kindred wrote: >I am not sure if pthreads-win32 is officially supported under Builder. I >have a project which builds it under BCB5. However, CodeGuard tells me that >there are some leaks. I don't know if pthreads-win32 actually has leaks, or >this is a Builder problem. > > > Not 'officially' supported, but Will Bryant contributed patches and a makefile for BCB (see 'Bmakefile' in the source and tests folders - also README.Borland). I'm about to run them again to see where they get to (I'm in Linux right now on a dual-boot machine). I'm pretty sure the dll builds ok, but I don't recall if it passed all the tests. Assuming that leaks have not recently been added, the library has been screened several times in the past by others, and their patches, if any, have been applied. So the library should be clean, but if you can track those leaks down it would be appreciated. If it helps, the very first test in the 'tests' folder prints a list of all the pthreads-win32 structs and their sizes. This test was added a while back for this purpose. Regards. Ross >Finally, I am a C++ programmer, and my wrappers on top of pthreads-win32 may >not be anything that you want. > >Robert Kindred > > > >>-----Original Message----- >>From: pthreads-win32-owner@sources.redhat.com >>[mailto:pthreads-win32-owner@sources.redhat.com]On Behalf Of Gianluca >>Sent: Wednesday, November 17, 2004 5:51 AM >>To: pthreads-win32@sources.redhat.com >>Subject: BCB support (lib+dll) >> >> >>Please is it possible to put in >>ftp://sources.redhat.com/pub/pthreads-win32/dll- >>latest the builds for BCB too? >> >>Thanks in advance, >>Gianluca >> >> >> > > >