generate a .lib file for VC++

Todorovic Vladica-VTODORO1 Vladica.Todorovic@motorola.com
Mon Jul 21 21:20:00 GMT 2003


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@yahoo.fr] 
Sent: Saturday, July 19, 2003 2:30 PM
To: cygwin@cygwin.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/



More information about the Cygwin mailing list