Mail Archives: cygwin/1998/01/02/23:28:31
vischne AT ibm DOT net wrote:
> The reason I say this is that libX11 doesn't have a `main' entry point and
> assumes, Unix-style, that the X-program calling libX11 will have a `main'.
>
> ntxlib, on the other hand, uses WinMain to get hInstance, without which
> you cannot generate Windows with CreateWindow calls. WinMain gets
> the argc and argv parameters and passes them to a call on main().
>
WinMain() isn't neccessary for proper operation. It's easy to call
hInstance = GetModuleHandle(); in ntxlib's XOpenDisplay() implementation.
--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -