From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16412 invoked by alias); 26 Nov 2012 22:55:41 -0000 Received: (qmail 16380 invoked by uid 22791); 26 Nov 2012 22:55:40 -0000 X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RCVD_VIA_APNIC X-Spam-Check-By: sourceware.org Received: from icp-osb-irony-out2.external.iinet.net.au (HELO icp-osb-irony-out2.external.iinet.net.au) (203.59.1.218) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Nov 2012 22:55:35 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlcJAPrxs1DKN5yE/2dsb2JhbABEvFOCRQQEgQSBCYIeAQEEATgbJQYLCw0LCRYPCQMCAQIBNw4TCAEBiAMFsEiQM4w3gRqDJwObbCKKN4MD Received: from unknown (HELO mail06.grapevine.net.au) ([202.55.156.132]) by icp-osb-irony-out2.iinet.net.au with ESMTP; 27 Nov 2012 06:55:31 +0800 Received: from [180.200.153.227] (helo=[192.168.2.2]) by mail06.grapevine.net.au with esmtp (Exim 4.77) (envelope-from ) id 1Td7aH-00062R-Ub for pthreads-win32@sourceware.org; Tue, 27 Nov 2012 09:55:26 +1100 Message-ID: <50B3F352.8070402@homemail.com.au> Date: Mon, 26 Nov 2012 22:55:00 -0000 From: Ross Johnson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: pthreads-win32@sourceware.org Subject: Re: pthreadVC2.dll dependency on MSVCR100.dll References: <50AFDB38.8000109@cran.org.uk> <50B2A513.5030409@homemail.com.au> <50B2B1A1.30906@cran.org.uk> <50B2C636.2050501@homemail.com.au> <50B3791E.9090907@cran.org.uk> In-Reply-To: <50B3791E.9090907@cran.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2012/txt/msg00037.txt.bz2 On 27/11/2012 1:13 AM, Bruce Cran wrote: > On 26/11/2012 01:30, Ross Johnson wrote: >> At the moment this only affects "errno" AFAIK. >> >> The next release will allow a #define PTW32_USES_SEPARATE_CRT switch >> to support static linking the CRT into the library but requires >> application code changes to replace use of "errno" in some cases. But >> the prebuilt dlls won't be compiled with that switch. >> > > Thanks, that makes sense - I found the explanation in pthread.h too. (Thanks to Daniel Richard G. for that contribution.) > Are you planning to add a VS 2010 project file to CVS? It would be > useful to have one since Visual Studio won't upgrade from the > .dsp/.dsw files. > I've only ever used the makefiles. The .dsp/.dsw files that are there have been contributed so if you want to send me a project file I'll include it.