Kay wrote:
> the precompiled library I downloaded are in .a format, but I really
> need the libary in .lib format so I can link from microsoft Visual
> Studio. Any suggestions how to convert?

Simply rename the file; `libfoo.a' becomes `foo.lib'.  `libfoo.dll.a'
can similarly be named as `foo.lib'; in this case it would be an
import library for `foo.dll'.

You might like to refer to the archives of the MinGW users list:
http://news.gmane.org/gmane.comp.gnu.mingw.user

where this question is asked, and answered, on a regular basis.  Also,
take note of the advice and cautions given here:
http://www.mingw.org/MinGWiki/index.php/MixingCompilers

HTH,
Keith.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to