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

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

2017-04-05 Thread Noam Weissman
not visible in the second package. There are no errors when compiling for Win32. So if you manager to build the packages for Win64 please let me know and send me your packages projects if possible. Thank you in advance. Pozdrawiam Jarek Karciarz OSITRON -Original Message- From: TWSocket

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] overbyte.be down?

2017-04-04 Thread Noam Weissman
Hi, For some reason it is not stable: http://wiki.overbyte.eu/wiki/index.php/ICS_Download Or you can download from here: http://www.magsys.co.uk/delphi/magics.asp If you still have problems I can send you version 8.44 BR, Noam. -Original Message- From: TWSocket [mailto:twsocket-boun.

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

2017-04-04 Thread Noam Weissman
10.2 I also find that v8.44 does not build with C++ Builder 2007 (yes we still use it) - the problem being the newly introduced variables such as: static const HRESULT TRUST_E_NOSIGNATURE = -2146762496; any suggestions would be appreciated Paul On 04/04/2017 09:31, Noam Weissman wrote: > Hi Ja

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

2017-04-04 Thread Noam Weissman
Hi Jarek, That would be great :-) Waiting for you update ! Many thanks, Noam. -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Jarek Karciarz Sent: Tuesday, April 04, 2017 11:08 AM To: ICS support mailing; Angus Robertson - Magenta Systems Ltd

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

2017-04-04 Thread Noam Weissman
Hi Angus, Thanks for the prompt reply. I have used ics 8.16 with C++Builder XE4 and had no problems. I thought that I will be able to install it in 10x My knowledge with Object Pascal is almost none. I have written some code with Delphi 1.0 many years ago but not more. I would love to assist

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

2017-04-03 Thread Noam Weissman
Hi, I have used ICS in the past but this is the first time I am not able to compile any example or even something simple like placing a TWsocket on a form ? I have installed C++Builder 10.2 and triad to add the ICS components. I got a few errors like Duplicated components FMX etc… Any way they

Re: [twsocket] Creating Socket in one thread, destroying in another ?

2016-05-12 Thread Noam Weissman
Hi, I think that If you protect what you do with semaphores it is possible but its better to handle it all under one thread. BR, Noam. From: TWSocket on behalf of Daniel Mauric Sent: Thursday, May 12, 2016 11:12 AM To: twsocket@lists.elists.org Subj

Re: [twsocket] Need help on smtp with office365 server

2016-05-05 Thread Noam Weissman
Hi, Simplified SMTP: https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol Another simplified SMTP explanation: http://www.smtp2go.com/articles/smtp-protocol THE SMTP RFC: https://www.ietf.org/rfc/rfc2821.txt There is are SMTP examples in the LWIP contribution: BR, Noam.

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: TWSocke

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. >Fro

Re: [twsocket] Multiple TCp clients

2014-02-24 Thread Noam weissman
Hi, It seems that you are facing a common issue with Windows application, sharing resources. In your case the shared resource is the memo. You need to create an interface to synchronize events. What happens is that you have more than one entity writing to the same memo, that may cause racing p

Re: [twsocket] Handshake of TWSocket

2014-02-18 Thread Noam weissman
: 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 Me

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: twsocket@lists.elists.or

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 a

[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 and

Re: [twsocket] TWSocket strange problem

2014-01-28 Thread Noam weissman
Hi, If I am not mistaken this link complains about a similar problem: http://lists.elists.org/pipermail/twsocket/2012-February/044550.html See this: // Here! Kludge. { For some reason, despite the Addr/Port/Proto assignments being valid, the F*Assigned (e.g.

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 the

Re: [twsocket] TWSocket strange problem

2014-01-28 Thread Noam weissman
Hi, Thanks for the fast response. I have triad that but it did not solve the problem. As you can see what I did is catched the exception and triad again. The problem I am facing is that after assigning Addr and Port I see that Addr == NULL and sometimes even Port == 0 I may have a problem i

Re: [twsocket] TWSocket Digest, Vol 554, Issue 1

2014-01-28 Thread Noam weissman
ling list submissions to > twsocket@lists.elists.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket > or, via email, send a message with subject or body 'help' to > twsocket-requ...@lists.elists.org > &

[twsocket] TWSocket strange problem

2014-01-28 Thread Noam weissman
Hi, First of all let me say a great thank you for a great TCP/IP components set. I have a strange problem. I have a thread that has one TWSocket and a TStack. The socket is tcp and used as a client. I add messages to this Stack from another thread. In the thread that uses th