Re: What does WinMain do?
- Posted by Patrick Barnes <mrtrick at gmail.com> Nov 13, 2004
- 482 views
On Fri, 12 Nov 2004 19:26:36 -0800, Derek Parnell <guest at rapideuphoria.com> > As Patrick doesn't want to use Win32lib , then the code inside win32lib.ew > eventLoop() routine could be extracted and adjusted for his purposes. Yes, that was my plan... but eventLoop() does a lot of things. I don't know what the core is, I suspect it's a single call to a blocking c function, wrapped inside a loop. -- MrTrick