Kevin Cousins kevin@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.