Re: [twsocket] Compiling with SSL active changes socket behavior

2016-08-23 Thread Éric Fleming Bonilha
I evaluated a little more on this behavior and realized that actually many many parts of our software will open a SHOWMODAL dialog to the response of a message from the server, that is parsed with our protocol parser from within the OnDataAvailable event of the socket, and this behavior completely

[twsocket] Compiling with SSL active changes socket behavior

2016-08-23 Thread Éric Fleming Bonilha
Hi I recently came across an issue with our software after updating to ICS 8.26 We previously used ICS 8.06 and its default compiling directives did not add SSL support, but 8.26 by default activates SSL and makes TWSocket class to be derived from SSL socket I don't know if the problem is relate

Re: [twsocket] Check Remote Port

2016-08-23 Thread Charalampos Michael
Although I didn't want to use a component at designtime I used your advice and seems to work great! Thanks! -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Dod Sent: Thursday, July 21, 2016 10:42 PM To: ICS support mailing Subject: Re: [twsocket]

[twsocket] Post a file from C++ program to PHP server

2016-08-23 Thread Engi
Hi, What is the component most adapted to upload a .xml file to a PHP server folder with the POST method? Is there an example somewhere ? Thank you for your help. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/tw

[twsocket] [bcc32 Error] OverbyteIcsWSocket.hpp(2649): E2222 Macro expansion too long

2016-08-23 Thread Albert Wiersch
Help! I'm upgrading to 10.1 Berlin from XE6 (C++Builder). I download the latest version of ICS and installed the components but when I try to compile my application I get this error: [bcc32 Error] OverbyteIcsWSocket.hpp(2649): E Macro expansion too long This seems to be a huge define for ss

[twsocket] [bcc32 Error] OverbyteIcsWSocket.hpp(2649): E2222 Macro expansion too long

2016-08-23 Thread Albert Wiersch
Help! I'm upgrading to 10.1 Berlin from XE6 (C++Builder). I download the latest version of ICS and installed the components but when I try to compile my application I get this error: [bcc32 Error] OverbyteIcsWSocket.hpp(2649): E Macro expansion too long This seems to be a huge define for ss

[twsocket] OT: New roadmap

2016-08-23 Thread Angus Robertson - Magenta Systems Ltd
Good news is back to one new Delphi release a year, updating ICS packages twice a year was really tedious. So Godzilla with Linux server support is now due December instead of September. http://community.embarcadero.com/article/news/16418-product-roadmap-augu st-2016 I believe a lot of the I

Re: [twsocket] FTPClient1 - OnError() event

2016-08-23 Thread Angus Robertson - Magenta Systems Ltd
> *Subject:* [twsocket] FTPClient1 - OnError() event > I would like to know that my command finished successfully. That > I do in OnRequestDone() event. However, there are times that > there will be errors When such a thing occurs, I get error > message displayed using OnError() event. The OnErro