Calling PE DLLs

Mike McCormack mike at codeweavers.com
Wed Nov 2 03:28:37 CST 2005


Daniel Stodden wrote:

> though, there's not much application code yet, except a small test
> program written by myself, currently only meant to call a single
> function on the dll.
> 
> so, using winemaker does not seem to spit out anything usable, 
> and there seems to be no official documentation on how to use 
> winebuild here.

Why not just use LoadLibrary("vendor.dll") and GetProcAddress() in you 
winelib application instead of mucking round with winegcc and winebuild 
in order to directly link your dll?

Mike



More information about the wine-devel mailing list