Re: [twsocket] [OT] Merry Christmas !

2007-12-24 Thread Time Bandit
Joyeux Noël et Bonne Année à tous ! Que cette nouvelle année soit remplie de projets intéressants en Delphi ! Traduction : Merry Chrismas and Happy New Year to all ! May this new year be full of interesting projects in Delphi ! Marc Charbonneau Montréal, Québec Canada On Dec 24, 2007 7:19 AM,

Re: [twsocket] [OT] Writing Vista applications using Delphi

2007-11-13 Thread Time Bandit
On Nov 13, 2007 3:23 PM, Hoby Smith <[EMAIL PROTECTED]> wrote: > Actually, installing is no problem. However, running is a problem. It > installs with no problem. It runs really unstable, crashes constantly and > sometimes even locks Vista up. Yikes! If it locks up Vista, the problem is not in

Re: [twsocket] Stopping the screen saver.

2007-07-09 Thread Time Bandit
this is one way : http://www.delphicorner.f9.co.uk/articles/wapi11.htm hope that help On 7/9/07, John Dammeyer <[EMAIL PROTECTED]> wrote: > If my application is sitting waiting for some event, and the screen > saver kicks in, is there a way to tell the screen saver to stop so that > my applicati

Re: [twsocket] Project proposal

2007-03-02 Thread Time Bandit
> When evaluating what way to go I thought that either Kylix could be used > (but is that product still active?) or we port the code (including ICS) > to C/C++. Maybe the glib library could be used to provide the Unix > alternative to messages and threads: > http://www.gtk.org/api/2.6/glib/index.ht

Re: [twsocket] Which TWSocketServer event to capture data sent?

2006-11-21 Thread Time Bandit
> Which TWSocketServer event should I code to retrieve incoming data? Define a private procedure like this : procedure ClientDataAvailable(Sender: TObject; Error: Word); In the OnClientConnect event, you have to assign an event handler to your client socket. Something like this : Client.OnDat

Re: [twsocket] FTP Connection in Passive mode

2006-10-24 Thread Time Bandit
> Why must we set PasvIPAddr only when we want to have transfert on another > port than 21 ? You never have transfert on port 21, this is the control port. see http://slacksite.com/other/ftp.html for an explanation hth -- To unsubscribe or change your settings for TWSocket mailing list please g

Re: [twsocket] [OT] Hotfix rollup for all BDS 2006 versions and allTurbos

2006-09-19 Thread Time Bandit
> Turbo Delphi Explorer is really Delphi 10 Personal and is free, except > it can be used for commercial development but in theory does not support > any third party components, unless you patch the code. There's a rumour > the hot fixes might fix some of methods people have found to install > com

Re: [twsocket] please

2006-03-21 Thread Time Bandit
> i dont't want receive those mail list.then are too much from my > mailbox.do you help me to stop send mail to me? my email is "[EMAIL > PROTECTED]". becuase i can't find the place where i can stop it . Like seen at the bottom of each email from the list : To unsubscribe or change you

Re: [twsocket] TFTP protocol

2006-03-18 Thread Time Bandit
> I do recall we discussed about unit name, class name and other things, > but was completely forgotten that it was TFTP proto. Can you please > resend it ? If you agree it can also be on the user made page as is. I remember that we talked about component name, etc. But, to be honest, I never took

Re: [twsocket] TFTP protocol

2006-03-18 Thread Time Bandit
> Has someone already made a component for TFTP ? It is Trivial File > Transfer Protocol, a simple file transfer protocol with UDP, described > in RFC 1350 and RFC 2347. Wilfried, You may remember I sent you a TFTP component I had made sometime in 2001 (My name is Marc Charbonneau). It implements

[twsocket] TWSocketServer multiple connections speed

2005-12-21 Thread Time Bandit
Hi everyone, just coming back to ICS after something like 6 years off the list. I'm building a socket server that should handle lot's of short time connections. Clients will connect, send a request, get an answer, then disconnect. The number of clients will be somewhere between 500 and 1000. I d