What does WinMain do?
- Posted by Patrick Barnes <mrtrick at gmail.com> Nov 12, 2004
- 512 views
IPC won't receive messages unless WinMain is called. Fair enough. I'm not using win32lib at all, how can I duplicate that small part of WinMain so that IPC works? I tried to go through WinMain, but it's a little beyond me -- MrTrick