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: From: Todorovic Vladica-VTODORO1 To: =?iso-8859-1?Q?=27J=E9r=F4me_DESPATIS=27?= , cygwin AT cygwin DOT com Subject: RE: generate a .lib file for VC++ Date: Mon, 21 Jul 2003 16:02:14 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h6LL2r728953 As far as I know, there is no way to do the conversion you want/need. However, you can still use a dll generated by cygwin toolset by manully loading the dll (i.e., use LoadLibrary and GetProcAddress) in your VC++ code. You can find more info on this topic in the archives. Vladica -----Original Message----- From: Jérôme DESPATIS [mailto:jdespatis AT yahoo DOT fr] Sent: Saturday, July 19, 2003 2:30 PM To: cygwin AT cygwin DOT com Subject: generate a .lib file for VC++ Hello i have compiled a foo.dll with cygwin and a libfoo.dll.a but i need also a foo.lib to use this .dll in visual studio. and it seems vc++ has its own format for .lib which is not the posix format libfool.dll.a Do you knwo a way to transform a libfoo.dll.a in foo.lib ? thanks enzo ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -- 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/