Re: [twsocket] Handling my own windows messages

2006-09-04 Thread Francois Piette
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

[twsocket] Handling my own windows messages

2006-09-04 Thread Lorenzo.Herrerias.external
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