[twsocket] OT: Code signing certificates

2016-12-13 Thread Michael Gasser
Hi Richard i sign my apps with http://codesigning.ksoftware.net/ f.e. four years for $268. ksoftware is a Comodo reseller, Comodo will check your identity. Regards Michael Message: 4 Date: Mon, 12 Dec 2016 20:45:18 + From: Richard Gallois To: ICS support mailing

Re: [twsocket] how to use ICS correctly

2016-01-27 Thread Michael Gasser
ICS support mailing Hi Simon I run a card game. Protocol tcp. Users can play, chat, and send pictures / (very large) files. It's p2p. Every game can act as a server (if either the user opens a port or UPnP is enabled (then it's done by the game)). Login: I use

Re: [twsocket] ICS RAD Studio XE7

2014-11-18 Thread Michael Gasser (privat)
Good morning Christian install http://wiki.overbyte.be/arch/icsv8w.zip (ICS-V8 Snapshot. Rev #1236 Date: 2014-09-03T10:23:42: [angus] Added packages and project groups to support Delphi XE7) from http://wiki.overbyte.be/wiki/index.php/ICS_Download. Have fun ;-). Best regards Michael Am

Re: [twsocket] (no subject)

2014-09-26 Thread Michael Gasser (privat)
Download the traceroute samples from http://www.overbyte.be/frame_index.html f.e. PINGTHRD.ZIP, TRACEROUTE, TRACEROUTE II I think this will help. Regards Michael Am 26.09.2014 08:52, schrieb rajesh gupta: How to find the pinf parametrs via twsocket ie in client mode ttl and time in ms --

Re: [twsocket] Error in Sending mail

2014-04-16 Thread Michael Gasser
Hi PL I use Delphi - but I am pretty sure the C++ sample works (and the form looks) the same... When I run IcsMailSnd, I see a form with quite a lot of buttons in the upper right corner. After you had filled in the values for host, username a.s.o., did you click on these buttons or just

Re: [twsocket] Error in Sending mail

2014-04-16 Thread Michael Gasser
Hi PL if you use ICS to send an eMail f.e. from within a CGI, then you simply could use the SYNC SMTP client version SyncSmtpCli to send an eMail: emailstatus : integer; success : boolean; emailstatus := 1; Success := SyncSmtpCli1.ConnectSync; if not Success then goto

Re: [twsocket] Multiple TCp clients

2014-02-26 Thread Michael Gasser
Hi Noam ...definitely no need to synchronize in a single threaded app. Multi threaded: Main thread: Just add content to TMemo Other threads: Use synchronize (Executes a method call within the main thread) http://docwiki.embarcadero.com/Libraries/XE2/en/System.Classes.TThread.Synchronize

Re: [twsocket] Multiple TCp clients

2014-02-26 Thread Michael Gasser
Hi Lusty use f.e. wireshark ( http://www.wireshark.org/ ) to capture all packets sent to and received from your machines. Then you'll know if the 7 sec delay is a problem caused by your machines or by your code ;-). Regards Michael - Original Message - From: Christopher Lusty

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

2014-01-30 Thread Michael Gasser
Hi Noam I think you should set breakpoints directly in the socket component (or even add some test code) to (maybe ;-)) see what happens. Define a global flag F: boolean In your code: Before you assign values to ip and port 1. set F to true. 2. set a tag number for your socket, f.e.

Re: [twsocket] RFC 822 Date Time Conversion

2014-01-30 Thread Michael Gasser
Hi Richard maybe you should check the user made component LASTMOD.ZIP from http://www.overbyte.be/frame_index.html?redirTo=/products/usermade.html ___ I use this code in two programs. My programs did send me some error feedback

Re: [twsocket] unit OverbyteIcsWSocket.pas, version 8.06 -

2013-12-25 Thread Michael Gasser
Hi François Merry Christmas to you, your family and all the ones you love. Thank you for your answer about the range check error that occurs in your unit OverbyteIcsWSocket.pas (version 8.06), function

[twsocket] unit OverbyteIcsWSocket.pas, version 8.06 - range check error

2013-11-12 Thread Michael Gasser
twsocket@lists.elists.org twsocket@lists.elists.org ICS 8 unit OverbyteIcsWSocket.pas, version 8.06 OS Windows 8.1 Delphi XE5 Target Platform Win32 Hi I still think that there is an error in function TCustomWSocket.Send(Data : TWSocketData; Len : Integer) : Integer; ...as there were

[twsocket] unit OverbyteIcsWSocket.pas, version 8.06 - range check error

2013-11-07 Thread Michael Gasser
twsocket@lists.elists.org twsocket@lists.elists.org ICS 8 unit OverbyteIcsWSocket.pas, version 8.06 OS Windows 8.1 Delphi XE5 Target Platform Win32 Hi, When I send data using the send method, XE5 sometimes reports a RangeCheckError in function TCustomWSocket.Send(Data : TWSocketData; Len :