I must confess I am using a 2 month old wine but ...
from wininet.dll: Gopher[*] InternetErrorDlg InternetSetFilePointer
from rasapi32.dll RasSetEntryDialParamsA/W IsAsyncMoniker RasGetErrorStringA RasDialA RasGetConnectStatusA
CreateAsyncBindCtx - this one is actually there only it is stubbed in the spec file
and some others - I have MFC/ATL compiled. These and others get pulled in and I just wondered what every one is doing.
and if we are at it I am using msvcrt(.dll) from wine (-isystem wine/msvcrt) - what does one do with "gethostname"? is there a WINE_ synonym for it? that I should -D for
Thanks Free Life Boaz
Dimitrie O. Paun wrote:
On Mon, 22 Sep 2003, Boaz Harrosh wrote:
Winebuild would not recognize stubs for linking. So an app that runs under wine will not compile under winelib. ( stubbed functions are linked to but are not actually used).
You'd have to provide manually written stubs. What functions are you missing?