From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27145 invoked by alias); 31 Jan 2007 09:02:11 -0000 Received: (qmail 27132 invoked by uid 22791); 31 Jan 2007 09:02:10 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.188) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 31 Jan 2007 09:01:59 +0000 Received: by nf-out-0910.google.com with SMTP id n28so438499nfc for ; Wed, 31 Jan 2007 01:01:56 -0800 (PST) Received: by 10.49.29.3 with SMTP id g3mr2114129nfj.1170234101323; Wed, 31 Jan 2007 01:01:41 -0800 (PST) Received: from ?130.60.156.234? ( [130.60.156.234]) by mx.google.com with ESMTP id x33sm559292ugc.2007.01.31.01.01.40; Wed, 31 Jan 2007 01:01:40 -0800 (PST) In-Reply-To: <45BFD127.6040609@homemail.com.au> References: <3D7E7834-79B3-4C11-BA29-DBF2821B8B6B@gmail.com> <45BFD127.6040609@homemail.com.au> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3B672DA2-909E-405F-B57C-362BB03F6BB8@gmail.com> Cc: Pthreads-Win32 list Content-Transfer-Encoding: 7bit X-Image-Url: http://www.equalizergraphics.com/images/me-64.png From: Stefan Eilemann Subject: Re: pthread_exit and STL problems Date: Wed, 31 Jan 2007 09:02:00 -0000 To: Ross Johnson X-Mailer: Apple Mail (2.752.3) X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2007/txt/msg00012.txt.bz2 On 31. Jan, 2007, at 0:13 , Ross Johnson wrote: Hello Ross, > My C++ is very limited but I have a couple of general questions and > possibly redundant general comments. > > You're using pthreads-win32 2.8.0 but which version of the DLL are > you using, VC or VCE? I am using pthreadVC2. > Are you building the pthreads library from source? The packaged > dlls are built using VC6 and the BUGS file in the pthreads > distribution refers to problems relating to the VCE dll which may > or may not be VC version specific. I am using the packaged DLL. Since I am using the VC version, it is my understanding that this doesn't matter. > > Does trying any of the above alternatives avoid the problem? I've just tried to build the library myself using VC8.0. Using 'nmake clean VC' path failed, since the resulting library was referencing msvcrt80.dll, which the executable couldn't find. Converting the .dsw file in VS2005 and using it resulted in a usable library - though I am not sure which 'version' I have. __CLEANUP_C and PTW32_BUILD are defined. Can you enlighten me? Do I need to define __CLEANUP_C during my build as well? I am just a bit nervous using a library where I haven't fully grokked the side effects. Cheers, Stefan. -- http://www.equalizergraphics.com http://www.linkedin.com/in/eilemann