Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <4.3.1.2.20020424094153.02319250@pop.ma.ultranet.com> X-Sender: lhall AT pop DOT ma DOT ultranet DOT com Date: Wed, 24 Apr 2002 09:47:18 -0400 To: Jonathan Wilson , cygwin AT cygwin DOT com From: "Larry Hall (RFK Partners, Inc)" Subject: Re: anyone know how to convert an existing visual C++ import library and dll into a cygwin one? In-Reply-To: <3CC6743F.4010305@tpgi.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 05:00 AM 4/24/2002, Jonathan Wilson wrote: >I have a .dll and a .lib that work with visual C++ (Plus some headers that I have already ported) and I need to convert the dll and lib into something I can link in with cygwin gnu LD (version 2.11.90 is what ld -v says it is) Gcc is 2.95.3-5 The first approximation of this is to just add the import library to the link line. It's far preferable to pass this as a parameter to gcc though. Once you get this linked in, it may not run. There are a few possibilities as to why, the most significant being the possible clash of C run-times. But, just take it one step at a time. Of course, all of this becomes a moot point if the library you want to link to has a C++ interface. Currently, mixing libraries from different compilers is only feasible with C calls. Larry Hall lhall AT rfk DOT com RFK Partners, Inc. http://www.rfk.com 838 Washington Street (508) 893-9779 - RFK Office Holliston, MA 01746 (508) 893-9889 - FAX -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/