X-Spam-Check-By: sourceware.org Reveived: from web.de by fmmailgate04.web.de (Postfix) with SMTP id 841DA6D9B for ; Tue, 6 Jun 2006 22:19:32 +0200 (CEST) Date: Tue, 06 Jun 2006 22:19:31 +0200 Message-Id: <605176809@web.de> MIME-Version: 1.0 From: =?iso-8859-15?Q?Maurice_H=FCllein?= To: cygwin AT cygwin DOT com Subject: Content-Type: text/plain; charset=iso-8859-15 X-IsSubscribed: yes 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k56KJhaD031741 I'm currently developing a c++ plugin for a windows simulator environment, which accepts plugins in form of a dll. For doing so my dll needs to include a library of this simulator program which is only supported in ".a" format. I solved this problem by cross compiling the dll from cygwin for the windows platform. But now there is another problem. My .dll-project needs to use external libraries which are only supported in windows .lib format. So theres the issue that my VC Express compiler can not use the .a library and the cross compiler can not handle the .lib. I already read that even if both, the .a and .lib, are static libraries there are incompatibilities because of the used compiler. I would prefer to disclaim the bypass of using cygwin and a cross compiler at all. So is there any way of converting the .a library in a native windows .lib? __________________________________________________________________________ Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach! Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131 -- 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/