Re: [twsocket] TWSocket strange problem

2014-01-28 Thread Noam weissman
Hi, Yes I run a few examples before using the components. My current application has actually a few sockets. I have a ping component checking if devices are online/offline. This is in its own thread. I have two sockets one for sending and one for receiving working in a separate module with

[twsocket] TWSocket problem

2014-02-16 Thread Noam weissman
Hi, I am working on a control application that uses a few ICS components. One of this application options is firmware update to embedded device over TCP. I have created a form that has one TWSocket, a few timers, progress bar etcÂ… In general the user chooses a file to download to the device

Re: [twsocket] TWSocket problem

2014-02-17 Thread Noam weissman
etc... Thanks, Noam. -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Noam weissman Sent: Monday, February 17, 2014 12:14 AM To: twsocket@lists.elists.org Subject: [twsocket] TWSocket problem Hi, I am working on a control application that uses

Re: [twsocket] Handshake of TWSocket

2014-02-18 Thread Noam weissman
Hi, What do you mean by handshake ? If you mean TCP handshake, yes it is implemented on socket level. BR, Noam. -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Syncro-Concept Sent: Tuesday, February 18, 2014 12:17 PM To:

Re: [twsocket] Handshake of TWSocket

2014-02-18 Thread Noam weissman
To: ICS support mailing Subject: Re: [twsocket] Handshake of TWSocket Am 18.02.2014 12:37, schrieb Noam weissman: Hi, What do you mean by handshake ? If you mean TCP handshake, yes it is implemented on socket level. BR, Noam. -Original Message- From: TWSocket [mailto:twsocket-boun

Re: [twsocket] Multiple TCp clients

2014-02-25 Thread Noam weissman
Hi, Can you please explain there is definitely no such issue ? I had a problem similar to this: I had a thread sending ping's to a list of IP's to check if devices are online. Every time I got reply I wrote to a memo + file. The writing to the memo and file happens in a separate thread. From

Re: [twsocket] Multiple TCp clients

2014-02-26 Thread Noam weissman
Hi, OK... Make sense but if you have a few TWSocets running at the same time and from every connection writing to a shared TMemo you do not need to synchronize it somehow ? OK, maybe my problem was different. Thanks for elaborating this. BR, Noam. -Original Message- From:

Re: [twsocket] Latest ICS 8.44 and C++Builder 10.2

2017-04-05 Thread Noam Weissman
Hi Jarek, I have updated my system with the patch you provided and it works like a charm :-) Thanks, that was great. BR, Noam. -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: Tuesday, April 04, 2017

Re: [twsocket] Latest ICS 8.44 and C++Builder 10.2

2017-04-05 Thread Noam Weissman
om: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Noam Weissman Sent: Wednesday, April 5, 2017 3:20 PM To: ICS support mailing <twsocket@lists.elists.org> Subject: Re: [twsocket] Latest ICS 8.44 and C++Builder 10.2 Hi Jarek, I have updated my system with the patch you provided and it

Re: [twsocket] Problems with installing ICS in Builder XE2

2018-03-22 Thread Noam Weissman
Hi Borut, Check older messages as someone about a year ago published a patch for 8.44 that solved installation Problems. I am working with Tokyo 10.2 and was able to load it. I was not able to install any new versions, say 8.50 etc... I can also ZIP my installation directory and send it to you