Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Message-ID: <4328F736.57FEFA76@dessent.net> Date: Wed, 14 Sep 2005 21:23:18 -0700 From: Brian Dessent MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Linking with comctl32 lib References: <20050915035221.55921.qmail@web53809.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin@cygwin.com Bryan Siever wrote: > Does anyone know out there if statically linking with > the comctl32 lib that comes with cygwin violate MS's > policy of not allowing the dll to be redistributable? The file /usr/lib/w32api/libcomctl32.a is an import library for comctl32.dll. It contains no code, just a list of the exported functions in the DLL. It is impossible to statically link with just an import library, and any code you link against it will require the DLL. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/