Is it possible to call DLL functions from a Linux program?

Alexandre Julliard julliard at winehq.com
Sun Apr 13 21:39:50 CDT 2003


Kevin Cousins <kevin at proximity.com.au> writes:

>    What you *want* to do is to arrange for the following:
> 
>        WINE  ---loads-->  foo.exe  ---calls-->  bar.DLL
> 
>    What you *have* to do is subtly different:
> 
>        WINE  ---loads-->  foo.exe  ---runs-->  stub  ---loads-->  bar.DLL

Actually this shouldn't be needed anymore. You can link directly to a
DLL now, all you need is to provide a .def file for it and winebuild
will do the rest.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list