linking with windows .lib fies?

Mike McCormack mike at codeweavers.com
Mon Aug 16 22:52:53 CDT 2004


Scott Snell wrote:

> I have a MSVC project I am converting with winebuild.  My project links in a
> windows .lib file that is provided by a third party.  Can I link this
> library file into my winelib project, and if so how? I cant seem to find any
> recent discussion on this topic so if you could point me to some I would be
> very grateful.

If you have a dll, you can link with that instead.  If not, have a look 
at objcopy... it may be able to do what you want.

Mike



More information about the wine-devel mailing list