Re: [twsocket] Testing messages sent from client to server app

2007-03-29 Thread Arno Garrels
amics.html >> >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:twsocket- >> [EMAIL PROTECTED] On Behalf Of Darin McGee >> Sent: Thursday, March 29, 2007 6:53 AM >> To: ICS support mailing >> Subject: Re: [twsocket] Testing messages sent from c

Re: [twsocket] Testing messages sent from client to server app

2007-03-29 Thread Clay Shannon
, 2007 6:53 AM To: ICS support mailing Subject: Re: [twsocket] Testing messages sent from client to server app I think he meant the song by Arlo Guthrie (sic?) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: Thursday, March 29, 2007 3:34

Re: [twsocket] Testing messages sent from client to server app

2007-03-29 Thread Darin McGee
I think he meant the song by Arlo Guthrie (sic?) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: Thursday, March 29, 2007 3:34 AM To: ICS support mailing Subject: Re: [twsocket] Testing messages sent from client to server app Clay

Re: [twsocket] Testing messages sent from client to server app

2007-03-28 Thread Arno Garrels
Clay Shannon wrote: >> BTW, didn't you have something to do with "Alice's Restaurant"? I don't think so, when the movie came out in the late sixties I still was a young teenager. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings

Re: [twsocket] Testing messages sent from client to server app

2007-03-28 Thread Clay Shannon
Arno, <> Thanks, that works just fine. I am now adding the messages to a stringList in the method above, and then calling ICS_SendString() in the SessionConnected() event, looping through the stringlist and then deleting all of its items afterwards. <> Directly in the DFM: Procedure TfJCPServ

Re: [twsocket] Testing messages sent from client to server app

2007-03-28 Thread Arno Garrels
Clay Shannon wrote: >> Is it possible to send messages from my client app to my server app >> on the same machine (they are both running on the same machine >> during development/testing)? Of course! >> >> I would assume so, but it's not working. Specifically, the server >> app's ClientConnect(

[twsocket] Testing messages sent from client to server app

2007-03-28 Thread Clay Shannon
Hello again (after a long absence). I am using Delphi 2006 and the ICS TWSocket and TWSocketServer components, in a MIDAS app. Is it possible to send messages from my client app to my server app on the same machine (they are both running on the same machine during development/testing)? I would