Re: Linking against a dll

2004-02-10 Thread Boaz Harrosh
This topic was mentioned before look at http://www.winehq.org/hypermail/wine-devel/2003/12/0262.html Free Life Boaz Dan Timis wrote: Is it possible to link a wine application against a Windows dll without calling LoadLibrary? The documentation says:

Linking against a dll

2004-02-10 Thread Dan Timis
Is it possible to link a wine application against a Windows dll without calling LoadLibrary? The documentation says: All the libraries you link with should be available as '.so' libraries. If one of them is available only in '.dll' form then consult Building WineLib DLLs. But, the chapter "Bu