From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3215 invoked by alias); 7 Apr 2002 13:11:38 -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 3054 invoked from network); 7 Apr 2002 13:11:37 -0000 Received: from unknown (HELO protactinium) (194.73.73.176) by sources.redhat.com with SMTP; 7 Apr 2002 13:11:37 -0000 Received: from host213-122-107-251.in-addr.btopenworld.com ([213.122.107.251] helo=study-pc) by protactinium with smtp (Exim 3.22 #8) id 16uCSG-00038S-00 for pthreads-win32@sources.redhat.com; Sun, 07 Apr 2002 14:11:37 +0100 Date: Sun, 07 Apr 2002 06:11:00 -0000 To: pthreads-win32@sources.redhat.com From: Tim Hutt Subject: pthread_create(&ID, NULL, ***AC++MemberFunction***, NULL); Reply-To: tim.hutt@btinternet.com X-Priority: 3 (Normal) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: X-SW-Source: 2002/txt/msg00046.txt.bz2 How can I get pthread_create to let me specify a c++ memeber function. I get something like: Connot convert void*(void*) to void*(__cdecl*)(void*) Help....