Hey folks..

Im working on a hobby program.. And have run into a problem.

Using the example program ConCli1.dpr, I've made some modifications so 
that it can act as a something of a chat server.

My source is available here: http://www.mpcode.com/door.zip

The problem Im running into it in the TConCliApp.Run procedure. Namely, 
I want to do something like:

while not DoneFlag do
begin
   if keypressed then
   begin
     process local input
   else
     WSocket1.ProcessMessages;
end;


But it ignores local input.

Any help would be appreciated.
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to