On Tue, 15 Aug 2006, Alexandre Leclerc wrote:

> Hi all,
> 
> I need to code a telnet server with specific commands and for client
> devices to connect to it. Now I can pick Synapse which has a simple
> telnet interface or Indy10 ported to FPC which looks to have a deeper
> implementation of telnet. Now I don't know how is the port going and
> official support one day... Any suggestion or both are good?
> 
> Also, I need to build a service application (for the telnet server -
> obivious).
> - Is there support in FPC for the service interface like in Delphi? or
> one needs to use another hack-program to fake a normal software as
> registered service?

I once started on service support in a TCustomApplication descendent,
but never finished it :(

It should not be so hard, though.

> - For linux, is there anything special to do for the same service to
> run out of the box?

No. It should be easier on Linux. On windows you must manage the message 
loop. Not so on Linux.

Michael.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to