From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23808 invoked by alias); 14 Feb 2003 11:57:47 -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 23801 invoked from network); 14 Feb 2003 11:57:47 -0000 Received: from unknown (HELO plbrnts20dc.playlogic.nl) (212.104.207.210) by 172.16.49.205 with SMTP; 14 Feb 2003 11:57:47 -0000 Received: from SOFTWARE04 ([192.168.10.24]) by plbrnts20dc.playlogic.nl with Microsoft SMTPSVC(5.0.2195.5329); Fri, 14 Feb 2003 12:57:46 +0100 From: "ignace" To: "'Forstner Michael'" , Subject: RE: Create static .lib without .dll [W2K, VC++ 6] Date: Fri, 14 Feb 2003 11:57:00 -0000 Message-ID: <263799EB6C70B24CB147285E4985C56D01346D@plbrnts20dc.playlogicgames.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <263799EB6C70B24CB147285E4985C56D1ACCDA@plbrnts20dc.playlogicgames.com> X-OriginalArrivalTime: 14 Feb 2003 11:57:46.0256 (UTC) FILETIME=[49D56900:01C2D420] X-SW-Source: 2003/txt/msg00019.txt.bz2 The easy way: just create a 'Win32 Static Library' project under "File / New Project", and load it with your files. The harder way: although it is highly you can specify the "-lib" option in the linker options or even in the project .dsp directly, but you have to make sure you're using the default linker options, see MSDN for more information under 'static libraries, creating'. If you're not comfortable with editing .dsp files by hand, then please don't! :) Regards, i. > -----Original Message----- > From: pthreads-win32-owner@sources.redhat.com [mailto:pthreads-win32- > owner@sources.redhat.com] On Behalf Of Forstner Michael > Sent: Friday, February 14, 2003 9:04 AM > To: pthreads-win32@sources.redhat.com > Subject: Create static .lib without .dll [W2K, VC++ 6] > > Hello all, > > is there a way to create a static .lib without the .dll with VC++ 6 ? > > regards, > Michael Forstner