> > Yes, the call to WinMain is the call to YOUR application. The > entry point for win32 applications is WinMain, not main. Microwindows > uses the same approach. The win32 "applications" actually contain > all the windowing code and draw directly to the framebuffer. The > main() entry point is called in mwin/winmain.c, and that code then > calls WinMain, an external, to start running your code. > > Regards, > > Greg
Greg, Would 'ApplicationMain' in the place of 'WinMain' not be more clear, as 'Win' is a little ambigious name in my view. best regards Kees --------------------------------------------------------------------- To unsubscribe, e-mail: nanogui-unsubscr...@linuxhacker.org For additional commands, e-mail: nanogui-h...@linuxhacker.org