On Mon, 17 Jul 2000, Francois Gouget wrote:
> * rpcrt4 is missing from the link list
> Actually I don't have a question for that one, it seems obvious.
Well what do you know, Huw D M Davies just implemented rpcrt4 a few days
ago, and made ole32 depend on it. Cool.
> * Languages is undefined
> In many examples I see code like:
>
> #ifdef WINELIB
> Globals.lpszLanguage = Languages[Options.language].name;
> #else
>
> But I could not find 'Languages' defined anywhere (and neither could
> the compiler obviously). Where did it go?
Maybe to the bit bucket where such ugly hacks are supposed to go, during
the recent NLS restructures?
> * WinMain's definition is inconsistent with that in winbase.h
> winbase.h is right. WinMain takes HINSTANCE parameters, not HANDLEs.
> I don't remember if that's a warning or an error.
Probably an error if it was C++ code (C++ is more strict about types).
> * Are these applications 16bit applications or 32bit applications
> I thought that Winelib was 32bits only
Winelib is 32bit-only now, but most of these sample applications were
written long before the decision about "32bit-only" was made... even long
before Wine supported Win32 at all.