[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 Subject: Re: [twsocket

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 three servers - one main se

Re: [twsocket] Quick way to get users MS ping?

2014-12-15 Thread Michael Gasser (privat)
Hi Simon Instead of "ping", you could use your own "chat-network" to measure the connection quality within your network: Define two new "lobby command messages" ping and pong. Send a ping together with the actual "time" from A to B. B sends the value "time" back to A (pong). A calclulates

Re: [twsocket] Sending font styles and colors over network

2014-12-06 Thread Michael Gasser (privat)
Hi François oh... yes... I (once knew.. but totally) forgot about this feature... thanks. [ As soon as Simon will start to submit pics/sounds/files a.s.o. he might be happier with his own "inbuffer". ] Best regards Michael Am 06.12.2014 15:06, schrieb François Piette: You are right Micha

Re: [twsocket] Sending font styles and colors over network

2014-12-06 Thread Michael Gasser (privat)
, Hi Simon did you read François Piettes posting, mainly the part about large "fragmented packets"? F.e. : - If a client sends a large packet A to your server, your client may receive it (in your proc SocketServerDataAvailable) in several "small" packets. - If a client machine sends several

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 1

Re: [twsocket] (no subject)

2014-09-26 Thread Michael Gasser (privat)
Oke sorry Angus - I compiled and ran the samples PINGTHRD.ZIP, TRACEROUTE with XE7 before my post - everything's still ok. Thanks for the OverbyteIcsPingTst sample code Michael Am 26.09.2014 11:19, schrieb Angus Robertson - Magenta Systems Ltd: Download the "traceroute samples" from PINGTH

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] Handle Leak

2014-08-16 Thread Michael Gasser (privat)
Hi Doug No tokens here... I tested for several hours. Win8.1 Build 9600/XE6/ICS Gold Did you also test in "windows 7 safe mode with networking" ? Same problem there.. ? Did you scan your system (sfc /scannow) to make sure that your windows 7 is ok? ( http://pcsupport.about.com/od/toolsof

Re: [twsocket] ICS updated for Delphi XE6

2014-04-17 Thread Michael Gasser
Hi François Piette Thank you very much. Best regards Michael Am 17.04.2014 19:54, schrieb François Piette: Hi everyone ! ICS-V8 has been updated for Delphi XE6. No new feature, simple update for Delphi XE6 (VCL and FMX). Download as usual. -- François Piette -- To unsubs

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 wehav

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

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 R

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 w

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

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

2014-01-28 Thread Michael Gasser
Hi Noam you wrote: I have attached the code I am using. Where is your code? I didn't receive any attachment. Best regards Michael - Original Message - From: To: Sent: Tuesday, January 28, 2014 1:00 PM Subject: TWSocket Digest, Vol 554, Issue 1 Send TWSocket mailing list sub

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 TCustomWSocket.S

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

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

2013-11-12 Thread Michael Gasser
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 no answers to my post, I a

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

2013-11-07 Thread Michael Gasser
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 : Integer) : Integer; at