From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26982 invoked by alias); 9 May 2003 01:17:03 -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 26975 invoked from network); 9 May 2003 01:17:03 -0000 Received: from unknown (HELO ns1.daronmont.com.au) (150.101.16.97) by sources.redhat.com with SMTP; 9 May 2003 01:17:03 -0000 Received: from pd001649.daronmont.com.au by ns1.daronmont.com.au via smtpd (for sources.redhat.com [66.187.233.205]) with SMTP; 9 May 2003 01:17:02 UT Received: by pd001649.daronmont.com.au with Internet Mail Service (5.5.2653.19) id ; Fri, 9 May 2003 10:47:00 +0930 Message-ID: <8179ED123ECCD611A5490000F822E6EA197477@pd001649.daronmont.com.au> From: Simon Gerblich To: pthreads-win32@sources.redhat.com Subject: RE: pthread Win32 - runtime lib VC++ setting Date: Fri, 09 May 2003 01:17:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2003/txt/msg00045.txt.bz2 Hi Viv, I'm working with pthreads-win32 on Win2K with VC++6 SP5. 1) I think the pthreads-snap-2002-11-04 was build by Ross using the command line Makefile. The pthread.dsp will build a slightly different version of pthreadVC.dll. I now use a slightly modified version of the pthread.dsp to integrate in with my development environment. 2) I build the Release build of pthreadVC.dll and use the /MD Multithreaded DLL. I use the Release build of pthreadVC.dll in the Debug and Release build of my applications. I have no need to build a Debug build of pthreadsVC.dll because it works :-) 3) If you go to the pthreads win32 CVS webpage interface, and sort by date you can see that 4 pthread_mutex_XXX.c functions have been updated since the pthreads-snap-2002-11-04 version. I downloaded the pthreads_snap-2002-11-04 and then downloaded the latest pthread_mutex_XXXXX.c functions from http://sources.redhat.com/cgi-bin/cvsweb.cgi/pthreads/?cvsroot=pthreads-win3 2&sortby=date#dirlist Regards, Simon