15 Feb
2009
15 Feb
'09
5:26 a.m.
Martin Hinner wrote:
On Sun, Feb 15, 2009 at 12:35 AM, Detlef Riekenberg <wine.dev(a)web.de> wrote:
- It's already present in Wine: libwine.dll has exports for wine_dlopen/wine_dlclose/wine_dlsym please read: libs/wine/loader.c
I saw it, but I don't understand how is it exported to the "Win32 world", i.e. how do I import these using GetProcAddress() Win32 API ?
They are not part of any Wine "dll" so you can't get their address that way. They meant to be used by Wine itself or winelib apps. Vitaliy.