From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9805 invoked by alias); 12 Nov 2003 09:22: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 9797 invoked from network); 12 Nov 2003 09:22:36 -0000 Received: from unknown (HELO saraswati.quark.co.in) (203.193.132.103) by sources.redhat.com with SMTP; 12 Nov 2003 09:22:36 -0000 Received: by SARASWATI with Internet Mail Service (5.5.2656.59) id ; Wed, 12 Nov 2003 14:41:14 +0530 Message-ID: <7D5800A5B6E26644B2EB7A862856B0D40C08131F@SARASWATI> From: Vikas Gandhi To: pthreads-win32@sources.redhat.com Subject: Difference between VSE/VCE Date: Wed, 12 Nov 2003 09:22:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2003/txt/msg00134.txt.bz2 Hi All I have developed a project using standard C++(Dot Net 2003) and also using pthread implementation. I want to know which of the following is best suitable as the code is a cross platform code (running on Solaris/Linux/Mac osX/ Windows 2003). Among the following options which one is more suitable and why ???? VCE: builds the VC++ C++ EH version pthreadVCE.dll VSE: builds the VC++ structured EH version pthreadVSE.dll Thanks Vikas