What todo with stubs in Winlib

Dimitrie O. Paun dimi at intelliware.ca
Mon Sep 22 12:56:03 CDT 2003


On Mon, 22 Sep 2003, Boaz Harrosh wrote:

> 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

Well, update to the latest wine, and write stub implementations for
the ones that still need one.

>   CreateAsyncBindCtx - this one is actually there only it is stubbed in 
> the spec file

Fix the spec file to point to the function.

> and some others - I have MFC/ATL compiled. These and others get pulled 
> in and I just wondered what every one is doing.

Can you share your experience compiling MFC/ATL? What did you need to
change to MFC/ATL? What about Wine (hopefully nothing :))? What about
the Makefile -- can you share it?

> 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

I know, this is a tough one -- I have run into it myself, but I haven't
had the time t think about it yet.

-- 
Dimi.




More information about the wine-devel mailing list