Is it possible to link a wine application against a Windows dll without calling LoadLibrary? The documentation says:
But, the chapter "Building WineLib DLLs" talks only about taking a Linux library and making it available as a .dll.so library. I could build a wrapper library that uses LoadLibrary and then calls each available functions, but I can also do that directly in my code, which I am trying to avoid if possible.
Thanks.
Dan Timis Muse Research, Inc.
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: