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,
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
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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
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
11 matches
Mail list logo