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