From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31501 invoked by alias); 7 Aug 2004 02:50:53 -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 31494 invoked from network); 7 Aug 2004 02:50:52 -0000 Received: from unknown (HELO serge.ecosm.com) (202.37.218.3) by sourceware.org with SMTP; 7 Aug 2004 02:50:52 -0000 Received: (qmail 21104 invoked by uid 503); 7 Aug 2004 02:50:50 -0000 Received: from 203-79-66-6.adsl-wns.paradise.net.nz (HELO ?192.168.2.20?) (203.79.66.6) by serge.ecosm.com with SMTP; 7 Aug 2004 02:50:50 -0000 Message-ID: <41144390.2010107@ecosm.com> Date: Sat, 07 Aug 2004 02:50:00 -0000 From: Will Bryant Organization: eCOSM Limited User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) MIME-Version: 1.0 To: Gianluca CC: pthreads-win32@sources.redhat.com Subject: Re: Borland C++Builder support References: <200408031004.i73A4qlB013157@www2.pochta.ru> <41138855.1010605@ecosm.com> In-Reply-To: <41138855.1010605@ecosm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004/txt/msg00097.txt.bz2 Will Bryant wrote: > In general (ie. not for pthreads-win32 specifically), you need to > declare a pthread_id_t and pass it's address as the first argument to > pthread_create. Try making that change first. This was a typo: the typedef is pthread_t, not pthread_id_t.