Re: [twsocket] TWSocket Digest, Vol 746, Issue 3

2018-07-12 Thread Mark Moss
Cl?ment How about telling us what the invalid parameter was? Mark Moss USA *** Message: 8 Date: Thu, 12 Jul 2018 14:17:27 -0300 From: Cl?ment Doss To: twsocket@lists.elists.org Subject: Re: [twsocket] Idle Socket is closed even with KeepAlive u

Re: [twsocket] TWSocket Digest, Vol 727, Issue 2

2018-01-30 Thread A.S.
elists.org" Subject: [twsocket] TWSocket Timeout Property ? Message-ID: <334596969.3389904.1517290005...@mail.yahoo.com> Content-Type: text/plain; charset=UTF-8 Hi, If I try to connect my TWSocket and there is no socket listening on the other end then the TWSocket's state goes into wsC

Re: [twsocket] TWSocket Timeout Property ?

2018-01-30 Thread Angus Robertson - Magenta Systems Ltd
> If I try to connect my TWSocket and there is no socket listening > on the other end then the TWSocket's state goes into wsConnecting > for a long time. I want to reduce that Timeout. Which property > should I use ? TCP/IP prefers to wait 40 seconds (generally) for a connection attempt to comp

Re: [twsocket] TWSocket Timeout Property ?

2018-01-29 Thread Wilfried Mestdagh
Hi, I use a TTimer for timeouts. Met vriendelijke groeten, Wilfried Mestdagh Op 30-01-18 om 06:26 schreef Allan Fernandes: Hi, If I try to connect my TWSocket and there is no socket listening on the other end then the TWSocket's state goes into wsConnecting for a long time. I want to reduce

[twsocket] TWSocket Timeout Property ?

2018-01-29 Thread Allan Fernandes
Hi, If I try to connect my TWSocket and there is no socket listening on the other end then the TWSocket's state goes into wsConnecting for a long time. I want to reduce that Timeout. Which property should I use ? RegardsAllan -- To unsubscribe or change your settings for TWSocket mailing list pl

Re: [twsocket] Twsocket Problem over Internet.

2017-11-17 Thread François Piette
À : ICS support mailing Objet : Re: [twsocket] Twsocket Problem over Internet. anything is wrong ? thank you everybody. Receiving... var Count : Integer; InString: string; begin with Sender as TClient do try if IsRcvBin then begin

Re: [twsocket] TWSocket...

2017-11-14 Thread Angus Robertson - Magenta Systems Ltd
> >That is 25 versions old, lines move. What function? > function TCustomWSocket.GetPeerAddr: String; Thanks, literal corrected. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website a

[twsocket] TWSocket...

2017-11-14 Thread zayin
Thanks Angus. >That is 25 versions old, lines move. What function? function TCustomWSocket.GetPeerAddr: String; -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.

Re: [twsocket] Twsocket Problem over Internet.

2017-11-14 Thread Angus Robertson - Magenta Systems Ltd
> anything is wrong ? Do you mean your code does not work correctly. We have made various suggestions about how it should be written to work correctly, but you have yet to implement any of them. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://list

Re: [twsocket] TWSocket...

2017-11-14 Thread Angus Robertson - Magenta Systems Ltd
> If I call TWSocket .Connect and Windows times out (about 25 > seconds), I get the TWSocket .SessionClosed callback. How do I > determine it was a timeout and not just a normal close? The onSessionConnected event is always called after Connect, with an Error number. If not zero, connection fai

[twsocket] TWSocket...

2017-11-13 Thread zayin
Hello, Version 8.26. If I call TWSocket .Connect and Windows times out (about 25 seconds), I get the TWSocket .SessionClosed callback. How do I determine it was a timeout and not just a normal close? I know I can keep track if I was connected, I was just wondering if there is a flag set when the

Re: [twsocket] Twsocket Problem over Internet.

2017-11-13 Thread Fatimire
mail based in Switzerland. > Original Message > Subject: Re: [twsocket] Twsocket Problem over Internet. > Local Time: November 13, 2017 11:48 AM > UTC Time: November 13, 2017 1:48 PM > From: wilfr...@mestdagh.biz > To: twsoc...@elists.org > > If you set the Add

Re: [twsocket] Twsocket Problem over Internet.

2017-11-13 Thread Wilfried Mestdagh
If you set the Addr property to '0.0.0.0' then TWSocket will listen on all interfaces. Met vriendelijke groeten, Wilfried Mestdagh Op 13-11-17 om 14:43 schreef Fatimire: How i listen the wsocket to all interfaces? maybe my problem is this i have multiple interfaces. -- To unsubscribe or chan

Re: [twsocket] Twsocket Problem over Internet.

2017-11-13 Thread Fatimire
How i listen the wsocket to all interfaces? maybe my problem is this i have multiple interfaces. Sent from [ProtonMail](https://protonmail.ch), encrypted email based in Switzerland. > Original Message > Subject: Re: [twsocket] Twsocket Problem over Internet. > L

Re: [twsocket] Twsocket Problem over Internet.

2017-11-13 Thread Fatimire
i dont why works on local network and not work in internet connection... Sent from [ProtonMail](https://protonmail.ch), encrypted email based in Switzerland. > Original Message > Subject: Re: [twsocket] Twsocket Problem over Internet. > Local Time: November 11, 201

Re: [twsocket] Twsocket Problem over Internet.

2017-11-11 Thread François Piette
> Your receiving is also likely to fail, LineMode should not be used when you expect binary data, Agreed. > and makes a program more complex than necessary swapping back and forward while receiving, checking line end is not very hard. Disagreed. What would be easier for Fatimire is to send the

Re: [twsocket] Twsocket Problem over Internet.

2017-11-11 Thread Angus Robertson - Magenta Systems Ltd
> I try send by block and have the same problem. > Sleep(100); If you changed that to Sleep(5000) it would probably work, but very slowly As I said originally, you should be using the OnDataSent to determine when the data is sent successfully, not just waiting and assuming the internet

Re: [twsocket] Twsocket Problem over Internet.

2017-11-11 Thread François Piette
embre 2017 20:32 À : ICS support mailing Objet : [twsocket] Twsocket Problem over Internet. HI for all, i do a prototype to transfer a imagem overt internet with Twsocket, but in local network works fine, but when i test with a remote computer in internet connection the file is sended but dont recei

Re: [twsocket] Twsocket Problem over Internet.

2017-11-10 Thread Fatimire
; Original Message ---- > Subject: Re: [twsocket] Twsocket Problem over Internet. > Local Time: November 10, 2017 5:44 PM > UTC Time: November 10, 2017 7:44 PM > From: an...@magsys.co.uk > To: twsocket@lists.elists.org > >> HI for all, i do a prototype to transf

Re: [twsocket] Twsocket Problem over Internet.

2017-11-10 Thread Angus Robertson - Magenta Systems Ltd
> HI for all, i do a prototype to transfer a imagem overt internet > with Twsocket, > but in local network works fine, but when i test with a remote > computer in internet connection > the file is sended but dont receive or receive a image with lost > collor. Your code assumes that Send() will

[twsocket] Twsocket Problem over Internet.

2017-11-10 Thread Fatimire
HI for all, i do a prototype to transfer a imagem overt internet with Twsocket, but in local network works fine, but when i test with a remote computer in internet connection the file is sended but dont receive or receive a image with lost collor. sending ... try FMS.Seek(0, soBeginning

Re: [twsocket] TWSocket Digest, Vol 701, Issue 2

2017-06-28 Thread Mark Moss
Florian I would like to suggest that you Upgrade from Delphi 7 to Delphi 2007 as this is the last non-unicode version of Delphi. I have done more than 100 upgrades all the way from software that was written in Delphi 3 to Delphi 2007 and not encountered any major problems in doin

Re: [twsocket] TWSocket Digest, Vol 696, Issue 2

2017-05-27 Thread Mark Moss
Angus http://wiki.overbyte.eu/ would not work for me thru IE or Chrome or Firefox HOWEVER http://wiki.overbyte.eu/wiki/ works on all three. Mark Moss USA -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/

Re: [twsocket] TWSocket Digest, Vol 691, Issue 2

2017-04-19 Thread Mark Moss
Angus I would go for the New State of 'wsDnsLookup'. Mark Moss -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

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

2017-02-27 Thread Mark Moss
Angus That is an impressive amount of work that you have done, please accept our thanks for the effort that you have put into this. Mark Moss Colorado, USA -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/

[twsocket] Twsocket OSX

2017-01-10 Thread Brian Hamilton
HI I use the great ICS and have had great success with twoscket now, on windows,I can listen for a connection and accept that connection (session available) but the same code on a mac (OSX), using delphi, the session is avaialble is never reached is there something I can change/need to change,

Re: [twsocket] TWsocket transfer TmemoryStream

2016-12-06 Thread François Piette
> Always is needed use the OnDataSent event ? > I need only transfer the tmemorystream off a Timage1 to Timage2 over twsocket. You may send a huge block of data in one Send call. An entire image if you like. BUT remember TWSocket is asynchronous and transmitting data over the network takes time. Y

Re: [twsocket] TWsocket transfer TmemoryStream

2016-12-06 Thread Angus Robertson - Magenta Systems Ltd
> Always is needed use the OnDataSent event ? > I need only transfer the tmemorystream off a Timage1 to Timage2 > over twsocket. It will probably work on a LAN, as long as BLOCK_SIZE is no more than 64 KBytes, and the server accepts the data immediately it's sent. But the proper way is to send

Re: [twsocket] TWsocket transfer TmemoryStream

2016-12-05 Thread Fatimire
Always is needed use the OnDataSent event ? I need only transfer the tmemorystream off a Timage1 to Timage2 over twsocket. Sent from [ProtonMail](https://protonmail.ch), encrypted email based in Switzerland. Original Message Subject: Re: [twsocket] TWsocket transfer

Re: [twsocket] TWsocket transfer TmemoryStream

2016-12-05 Thread Fatimire
l.ch), encrypted email based in Switzerland. Original Message ---- Subject: Re: [twsocket] TWsocket transfer TmemoryStream Local Time: 5 de Dezembro de 2016 3:19 PM UTC Time: 5 de Dezembro de 2016 17:19 From: an...@magsys.co.uk To: twsocket@lists.elists.org > I need help to send

Re: [twsocket] TWsocket transfer TmemoryStream

2016-12-05 Thread Angus Robertson - Magenta Systems Ltd
> I need help to send text and stream in same socket Sending text and stream data is simple, just use Send, although if your stream is larger than a few kilobytes you need to send it in chunks, check whether it's been sent, then send the next chunk. This is how the HTTP client component works.

[twsocket] TWsocket transfer TmemoryStream

2016-12-05 Thread Fatimire
I need help to send text and stream in same socket, anybody can help-me?? Sent from [ProtonMail](https://protonmail.ch), encrypted email based in Switzerland. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsock

Re: [twsocket] TWSocket Client Timeout.

2016-12-05 Thread Moro Alexandre
epending on what i'm compiling (i'm a really newbie for that...) Best regards, Moro Alexandre. -Message d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de François Piette Envoyé : samedi 3 décembre 2016 17:13 À : 'ICS support mailing&#

Re: [twsocket] TWSocket Client Timeout.

2016-12-03 Thread François Piette
De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de Moro Alexandre Envoyé : vendredi 2 décembre 2016 13:44 À : 'ICS support mailing' Objet : Re: [twsocket] TWSocket Client Timeout. Hello ! I finaly found where comes from the problem : When the clients connects to my server, i

Re: [twsocket] TWSocket Client Timeout.

2016-12-02 Thread Angus Robertson - Magenta Systems Ltd
> If i remove the SendStr() call, everything works fine !!! So what did you replace it with? There is nothing wrong with sending data, applications do it all the time. Sorry, you are not really providing adequate information about your application and which components or even OS, you are using t

Re: [twsocket] TWSocket Client Timeout.

2016-12-02 Thread Moro Alexandre
regards, Moro Alexandre. -Message d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de Moro Alexandre Envoyé : vendredi 2 décembre 2016 08:14 À : 'ICS support mailing' Objet : Re: [twsocket] TWSocket Client Timeout. I trying to investigate mo

Re: [twsocket] TWSocket Client Timeout.

2016-12-01 Thread Moro Alexandre
s.org] De la part de Angus Robertson - Magenta Systems Ltd Envoyé : jeudi 1 décembre 2016 16:54 À : twsocket@lists.elists.org Objet : Re: [twsocket] TWSocket Client Timeout. > In this time, did you already ear something like that with ICS ? > Have you any idea where data can be blocked, and in

Re: [twsocket] TWSocket Client Timeout.

2016-12-01 Thread Moro Alexandre
16 16:54 À : twsocket@lists.elists.org Objet : Re: [twsocket] TWSocket Client Timeout. > In this time, did you already ear something like that with ICS ? > Have you any idea where data can be blocked, and in this state what > can i do more than inspecting by wireshark and netstat ??? If I under

Re: [twsocket] TWSocket Client Timeout.

2016-12-01 Thread Angus Robertson - Magenta Systems Ltd
> In this time, did you already ear something like that with ICS ? > Have you any idea where data can be blocked, and in this state > what can i do more than inspecting by wireshark and netstat ??? If I understand you correctly, you want to keep remote TCP/IP sockets connected for several days at

Re: [twsocket] TWSocket Client Timeout.

2016-12-01 Thread Moro Alexandre
you. Best regards, Moro Alexandre. -Message d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de Moro Alexandre Envoyé : mardi 11 octobre 2016 08:37 À : 'ICS support mailing' Objet : Re: [twsocket] TWSocket Client Timeout. Hello everyone,

Re: [twsocket] TWSocket Digest, Vol 668, Issue 4

2016-11-05 Thread Special
Am 05.11.2016 um 13:00 schrieb twsocket-requ...@lists.elists.org: Centum in Poland sells an open source code signing certificate for 14 euros, so cost if no excuse even for non-commercial developers. Did not find 'Centum'. Seems to be 'Certum': https://www.certum.eu/certum/cert,offer_code_signin

Re: [twsocket] TWSocket Client Timeout.

2016-10-10 Thread Moro Alexandre
#x27;ICS support mailing' Objet : Re: [twsocket] TWSocket Client Timeout. Hello Stephen, Thank you for sharing and giving me a way to search about. I searched about theses function in my whole source code but these are not used. I looked for something similar like low level code but i did no

Re: [twsocket] TWSocket Client Timeout.

2016-10-04 Thread Moro Alexandre
d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de Stephen Dickason Envoyé : mardi 4 octobre 2016 18:52 À : ICS support mailing Objet : Re: [twsocket] TWSocket Client Timeout. Please pardon me for butting in. I can share what I found broke ICS for me and yo

Re: [twsocket] TWSocket Client Timeout.

2016-10-04 Thread Moro Alexandre
believe in this fix ! Thanks for your time. Alexandre. -Message d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de Angus Robertson - Magenta Systems Ltd Envoyé : mardi 4 octobre 2016 17:42 À : twsocket@lists.elists.org Objet : Re: [twsocket] TWSocket C

Re: [twsocket] TWSocket Client Timeout.

2016-10-04 Thread Stephen Dickason
[mailto:twsocket-boun...@lists.elists.org] On Behalf Of Moro > Alexandre > Sent: Tuesday, October 4, 2016 17:19 > To: 'ICS support mailing' > Subject: Re: [twsocket] TWSocket Client Timeout. > > Hi Angus, > > Sorry to bother you, please find more details : > > In fact, an

Re: [twsocket] TWSocket Client Timeout.

2016-10-04 Thread Angus Robertson - Magenta Systems Ltd
> Sorry to bother you, please find more details : Sorry, still no real detail of any use for diagnostics. I suggest you upgrade to the latest ICS V8.34, we don't use SVN commit versions, and add more diagnostics into your application to try and trace your problem. The timeout error I fixed rel

Re: [twsocket] TWSocket Client Timeout.

2016-10-04 Thread Moro Alexandre
cannot try it for the moment ! Thanks again !!! Alexandre. -Message d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de Angus Robertson - Magenta Systems Ltd Envoyé : mardi 4 octobre 2016 15:56 À : twsocket@lists.elists.org Objet : Re: [twsocket] TWSo

Re: [twsocket] TWSocket Client Timeout.

2016-10-04 Thread Angus Robertson - Magenta Systems Ltd
> I'm back with my lost of data receive problem which seems to be > not resolved since more that on year. There is insufficient detail in the year old messages you copied to know what timeout problem you are referring to. I did fix a one-way timeout issue in V8.30 in July, if the description of

Re: [twsocket] TWSocket Client Timeout.

2016-10-04 Thread Moro Alexandre
Alexandre Envoyé : jeudi 11 juin 2015 11:18 À : 'ICS support mailing' Objet : Re: [twsocket] TWSocket Client Timeout. Hello Angus, Thanks for your fast response. But no other application could effect this property. Fo sure, I understand that no other application can change this v

Re: [twsocket] [TWSocket]ICS8.26: undeclared identifier 'TSslEngine'

2016-05-15 Thread Jarek Karciarz
Witam, Thank you. Yes after defining OPENSSL_NO_ENGINE it compiles without any errors. I will try once again just using original package files. Pozdrawiam Jarek Karciarz -- Od: Angus Robertson - Magenta Systems Ltd Data: 15 maja 2016 15:56:14 Temat: Re: [twsocket] [TWSocket]ICS8.26

Re: [twsocket] [TWSocket]ICS8.26: undeclared identifier 'TSslEngine'

2016-05-15 Thread Angus Robertson - Magenta Systems Ltd
> Delphi package with changed linker options from generate DCU to > generate all > C++ files. However leaving original DCU also causes the error. No idea then, I've just rebuilt the unchanged Delphi 2007 packages without errors, as I do before every SVN update, so you must have changed something

Re: [twsocket] [TWSocket]ICS8.26: undeclared identifier 'TSslEngine'

2016-05-15 Thread Jarek Karciarz
- Magenta Systems Ltd Sent: Sunday, May 15, 2016 2:57 PM To: twsocket@lists.elists.org Subject: Re: [twsocket] [TWSocket]ICS8.26: undeclared identifier 'TSslEngine' > *Subject:* [twsocket] [TWSocket]ICS8.26: undeclared identifier I am > not able to compile design time package. >

Re: [twsocket] [TWSocket]ICS8.26: undeclared identifier 'TSslEngine'

2016-05-15 Thread Angus Robertson - Magenta Systems Ltd
> *Subject:* [twsocket] [TWSocket]ICS8.26: undeclared identifier > I am not able to compile design time package. > Simply TSslEngine component cannot be found. > Generate all C++ files. Delphi or C++ packages? > I can suppress this error just by defining OPENSSL_NO_ENGINE

[twsocket] [TWSocket]ICS8.26: undeclared identifier 'TSslEngine'

2016-05-15 Thread Jarek Karciarz
Hello, I am not able to compile design time package. Simply TSslEngine component cannot be found. I am using RAD 2007. Only change I make in original packages is linker option as I check: Generate all C++ files. I can suppress this error just by defining OPENSSL_NO_ENGINE which is not

[twsocket] twsocket] Gmail--04-04-2016

2016-04-12 Thread zayin
More data. I tried the sample project OverbyteIcsSslMailSnd and I get the same error. Interesting. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] TWSocket Digest, Vol 646, Issue 2

2016-03-29 Thread ROQUES Guillaume
Happy birthday ICS 's Team Thanks for all these years ! Le 28/03/2016 13:00, twsocket-requ...@lists.elists.org a écrit : Send TWSocket mailing list submissions to twsocket@lists.elists.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.elists.org/cg

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

2015-12-29 Thread Stephen Dickason
>> Registered, but it won't let me edit TnScript page, seems I need to be >> in the 'writer' group to do edits. >You have to email me privately the usercode you selected, then I can give you >write access. Thanks, will do. Stephen Dickason Senior Developer - Managed Services Email: sdicka...@e

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

2015-12-29 Thread François Piette
> Registered, but it won't let me edit TnScript page, seems I need to be in the 'writer' group to do edits. You have to email me privately the usercode you selected, then I can give you write access. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The autho

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

2015-12-29 Thread Angus Robertson - Magenta Systems Ltd
> *Subject:* Re: [twsocket] TWSocket Digest, Vol 634, Issue 1 > Registered, but it won't let me edit TnScript page, seems I need to be in > the 'writer' group to do edits. You need to wait for François Piette to approve your editing rights. Angus -- To unsubscribe or

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

2015-12-29 Thread Stephen Dickason
>as for the wiki: it would be great if you would contribute tz it. >Just register there and when being confirmed start editing! >There were many people in the past promising to help with the wiki. They >registered and were never seen again there :-( I hope you register and >add/modify a bit in th

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

2015-12-29 Thread Markus Humm
> Message: 3 > Date: Tue, 29 Dec 2015 11:36:34 + > From: Stephen Dickason > To: "twsocket@lists.elists.org" > Subject: [twsocket] FW: ICS contributions faq > Message-ID: > <23c0cbd4325cb84dabd7533e8cdc613701ed532...@femia.elcb.co.za> > Content-Type: text/plain; charset="us-ascii" > >

Re: [twsocket] TWSocket Client Timeout.

2015-06-11 Thread Moro Alexandre
: jeudi 11 juin 2015 11:02 À : twsocket@lists.elists.org Objet : Re: [twsocket] TWSocket Client Timeout. > Is it possible that the default 0 timeout on TWSocket will be replace > by another program like Anti Virus or Firewall ? > I see that by default TimeoutIdle is set to zero, does it

Re: [twsocket] TWSocket Client Timeout.

2015-06-11 Thread Angus Robertson - Magenta Systems Ltd
> Is it possible that the default 0 timeout on TWSocket will be > replace by another program like Anti Virus or Firewall ? > I see that by default TimeoutIdle is set to zero, does it can change > something if a force this to the maximum unsigned int value ? The TimeoutIdle property is part of an

[twsocket] TWSocket Client Timeout.

2015-06-11 Thread Moro Alexandre
Hello, Is it possible that the default 0 timeout on TWSocket will be replace by another program like Anti Virus or Firewall ? My case : I got 4 differents clients socket connected to 4 differents server on a first computer. After about 5 hours, someone lost the connection (between 3

Re: [twsocket] TWSocket Digest, Vol 604, Issue 4 SendMail with SSL

2015-03-23 Thread Michael Schuricht
Am 22.03.2015 um 13:00 schrieb twsocket-requ...@lists.elists.org: Send TWSocket mailing 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

Re: [twsocket] TWSocket Digest, Vol 592, Issue 3

2014-12-19 Thread Angus Robertson - Magenta Systems Ltd
> I have resent the UNICODE message again to the mail.ftptest.org > server. > I've looked over the SMTP and SSLSMTP example and have no idea what > I'm missing but I cannot get the SSLSMTP client to change message > character encoding. OK, I see four messages with Korean displaying correctly, a

Re: [twsocket] TWSocket Digest, Vol 592, Issue 3

2014-12-19 Thread Claude Hunter
Angus Robertson: I have resent the UNICODE message again to the mail.ftptest.org server. I've looked over the SMTP and SSLSMTP example and have no idea what I'm missing but I cannot get the SSLSMTP client to change message character encoding. Claude On Sun, Dec 14, 2014 at 9:00 PM, wrote: > >

Re: [twsocket] TWSocket Digest, Vol 591, Issue 4

2014-12-06 Thread Markus Humm
Am 06.12.2014 13:00, schrieb twsocket-requ...@lists.elists.org: > procedure TLobbyServer.SocketServerDataAvailable(Sender: TObject; ErrCode: > Word); > begin >if ErrCode <> 0 then Exit; > with Sender as TWSocketClient do > begin > RunCommand(ReceiveStr, Sender as TWSocketClient); > e

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

2014-11-20 Thread Christian Giesen
Good day Michael, Thanks for the response. I have followed your instructions and successfully installed ICS 8 into DXE7. Thanks for the good advice in providing the solution to my issue.. Kind regards, Christian Giesen Christian Giesen Managing Member Express Talent EMail: ch...@xt.co.za Tel:

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 Digest, Vol 554, Issue 3

2014-01-30 Thread Michael Gasser
sman" To: "ICS support mailing" Subject: Re: [twsocket] TWSocket strange problem Message-ID: Content-Type: text/plain; charset="ISO-8859-1" Hi, Yes I run a few examples before using the components. My current application has actually a few sockets. I have a ping componen

Re: [twsocket] TWSocket strange problem

2014-01-28 Thread Noam weissman
:= WSocket.Proto; // Re-connect. Its about in the middle of the page. Thanks, Noam. -Original Message- From: TWSocket on behalf of François Piette Sent: Tue 1/28/2014 11:00 PM To: 'ICS support mailing' Subject: Re: [twsocket] TWSocket strange problem >

Re: [twsocket] TWSocket strange problem

2014-01-28 Thread Noam weissman
got one of the above 0 or even both ? I am sure that I am writing the port and IP values. BR, noam. -Original Message- From: TWSocket on behalf of François Piette Sent: Tue 1/28/2014 11:00 PM To: 'ICS support mailing' Subject: Re: [twsocket] TWSocket strange problem > I

Re: [twsocket] TWSocket strange problem

2014-01-28 Thread François Piette
> I may have a problem in my code but this is a bit strange ? Have you tested with one of the supplied samples ? -- francois.pie...@overbyte.be Embarcadero MVP http://www.overbyte.be http://francois-piette.blogspot.com -- To unsubscribe or change your settings for TWSocket mailing list ple

Re: [twsocket] TWSocket strange problem

2014-01-28 Thread Noam weissman
in my code but this is a bit strange ? BR, Noam. -Original Message- From: TWSocket on behalf of François Piette Sent: Tue 1/28/2014 7:35 PM To: 'ICS support mailing' Subject: Re: [twsocket] TWSocket strange problem >Everything works just fine except that once in a few r

Re: [twsocket] TWSocket strange problem

2014-01-28 Thread François Piette
>Everything works just fine except that once in a few restarts to my application I get an exception >that IP address is not defined. My IP is defined and has no problems that I can see ? Try assigning IP, Port and Proto each time before calling connect. -- francois.pie...@overbyte.be Embarcadero

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

2014-01-28 Thread Noam weissman
on->Acquire(); { SendingAuthStack->Push(NewAuthItem); } AuthCriticalSection->Release(); } //------ - void __fastcall TAuthHandling::AuthSendSocketDataSent(TObject *Sender, WORD ErrCode) { } //-

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

2014-01-28 Thread Darin McGee
This list does not support attachments - embed code or provide address for download. -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Michael Gasser Sent: Tuesday, January 28, 2014 9:25 AM To: twsocket@lists.elists.org Subject: Re: [twsocket

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

2014-01-28 Thread Michael Gasser
Message: 1 Date: Tue, 28 Jan 2014 10:21:16 +0200 From: "Noam weissman" To: Subject: [twsocket] TWSocket strange problem Message-ID: Content-Type: text/plain; charset="us-ascii" Hi, First of all let me say a great thank you for a great TCP/IP components set.

[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

Re: [twsocket] TWSocket Digest, Vol 550, Issue 2

2013-12-24 Thread François Piette
De la part de Michael Gasser Envoyé : mardi 24 décembre 2013 12:06 À : twsocket@lists.elists.org Objet : Re: [twsocket] TWSocket Digest, Vol 550, Issue 2 Hi pde...@gmail.com I still think there is a little bug in OverbyteIcsWSocket.pas (most recent version 8.06 of OverbyteIcsWSocket.pas [ISC v7 w

Re: [twsocket] TWSocket Digest, Vol 550, Issue 2

2013-12-24 Thread Павел Пикулин
Thank you. But *François Piette fixed error* PostMessage(Handle, FMsg_WM_ASYNCSELECT, WParam(FHSocket), IcsMakeLong(FD_WRITE, 0)); -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.

Re: [twsocket] TWSocket Digest, Vol 550, Issue 2

2013-12-24 Thread Michael Gasser
Hi pde...@gmail.com I still think there is a little bug in OverbyteIcsWSocket.pas (most recent version 8.06 of OverbyteIcsWSocket.pas [ISC v7 was OK]) wihich causes this problem in function TCustomWSocket.Send(Data : TWSocketData; Len : Integer) : Integer; at line PostMessage(Handle, FMsg_WM

Re: [twsocket] TWSocket Digest, Vol 546, Issue 3

2013-11-03 Thread David Loncarek
Not likely! I am using GetAsync and it works with RequestVer := 1.0 so I am pretty sure there is a bug somewhere. :) -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] TWSocket in more than one thread

2013-08-30 Thread Richard Gallois
Many thanks for your help, Arno. I didn't reply earlier as I wanted to investigate some more. Your comment about the HInstance global variable being unique for module did not match what I was experiencing in one of my threads. I googled a bit, not that there is much about this variable online (Emb

Re: [twsocket] TWSocket in more than one thread

2013-08-29 Thread Arno Garrels
On Thursday, August 29, 2013 4:06 PM [GMT+1=CET], Richard Gallois wrote: > I apologise in advance if this problem has been reported and solved > before. I've looked through the archive and can't find anything quite > the same. You are welcome. > Unable to register TIcsWndControl hidden window

[twsocket] TWSocket in more than one thread

2013-08-29 Thread Richard Gallois
I apologise in advance if this problem has been reported and solved before. I've looked through the archive and can't find anything quite the same. I am using Rad Studio XE4 and programming in C++. I have installed the components for ICS version 8. The service I am writing is multithreaded. If I

[twsocket] TWSocket Connect exception...

2013-07-17 Thread zayin
Hi, Thanks Arno. Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] TWSocket Connect exception...

2013-07-17 Thread Arno Garrels
On Wednesday, July 17, 2013 5:53 PM [GMT+1=CET], zayin wrote: > Hi, > > I am trying to catch exceptions from a TWSocket.Connect call. > > The issue is most of the time it is a dot number IP address used for > the addr but sometimes it is a dot name address. > > I call connect and if the DNS fai

[twsocket] TWSocket Connect exception...

2013-07-17 Thread zayin
Hi, I am trying to catch exceptions from a TWSocket.Connect call. The issue is most of the time it is a dot number IP address used for the addr but sometimes it is a dot name address. I call connect and if the DNS fails I want to catch the exception. The OnError does fire but the LastError is ze