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

2016-08-24 Thread Angus Robertson - Magenta Systems Ltd
> So I think they are on holliday. No, the elists.org mailing list took a three week holiday to move servers, second time this year, without telling us first. It seems to caught up now, and all outstanding questions were answered this morning. Angus -- To unsubscribe or change your settings

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

2016-08-24 Thread Stephen Dickason
Just answering cos no one else has... sorry if I don't answer your question. I would guess the showmodal/etc. is 'locking' the message queue because you calling it from within a socket event. From my investigations I can suggest: move the socket processing to its own thread and only process GUI

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

2016-08-24 Thread Angus Robertson - Magenta Systems Ltd
> E Macro expansion too long > This seems to be a huge define for sslRootCACertsBundle in the > machine generated OverbyteIcsWSocket.hpp file We discussed this my email, while the mailing list was stalled, I'll reduce the constant size so it compiles in C++ again. Commenting it out with /*

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

2016-08-24 Thread Angus Robertson - Magenta Systems Ltd
> 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 ? >From the readme: OverbyteIcsHttpPg.dpr Example of THttpCli component (POST to CGI script) OverbyteIcsHttpPost.dpr Example of THttpCli component (POST),

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

2016-08-24 Thread Angus Robertson - Magenta Systems Ltd
> 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 broken our software because now > everytime it opens a form from within the

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

2016-08-24 Thread Éric Fleming Bonilha
Nobody is receiving these e-mails?? De: Éric Fleming Bonilha [mailto:e...@digifort.com.br] Enviada em: Monday, August 15, 2016 7:08 PM Para: ICS support mailing Assunto: Re: Compiling with SSL active changes socket behavior Could anyone check this? Or at least acknowledge that it was

[twsocket] sslRootCACertsBundle is tool long for C++Builder XE

2016-08-24 Thread Macma
Hi, I try to compile revision r1281 of ICS but the sslRootCACertsBundle it to long for C++Builder XE. When I try to use it I get error message [BCC32 Error] OverbyteIcsWSocket.hpp(2683): E Macro expansion too long The limitation for macro in C++ is 4096 characters. Any idea to overcome

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

2016-08-24 Thread Éric Fleming Bonilha
Could anyone check this? Or at least acknowledge that it was received? Thanks On Sat, Aug 13, 2016 at 3:13 PM, Éric Fleming Bonilha wrote: > I evaluated a little more on this behavior and realized that actually many > many parts of our software will open a SHOWMODAL

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

2016-08-24 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-24 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

Re: [twsocket] Check Remote Port

2016-08-24 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

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

2016-08-24 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