ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Monday, September 04, 2006 3:01 PM
Subject: [twsocket] Handling my own windows messages
> Hello,
> my
Hello,
my application creates a new thread by client connection and these threads
communicate by custom Windows messages with others threads.
Before, with ICS in the Execute() method i had:
//create the message queue
MSG msg;
PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE);
PostThread