I have set up Lazarus Freepascal on Ubuntu 9.10 and
compiled the EchoSrv demo in Synapse39. The program is
aborting and exiting when the Echo Daemon is created as
follows :

Constructor TTCPEchoDaemon.Create;
begin
  inherited create(false);      ------->>> fails here
  sock:=TTCPBlockSocket.create;
  FreeOnTerminate:=true;
end;

As a newbie to Linux and Freepascal there may be
differences to Delphi/Windows that I need to learn about. I
am not sure if this is a Synapse or Laz/FPC problem and
would appreciate assistance in resolving this. Other
programs have been created and successfully run using
Lazarus/FPC on Ubuntu. 

I have Lazarus 0.9.26.2-2 and Freepascal 2.2.4-3 installed.

Many thanks
Rob Cumming


_______________________________________________________________________________________
“EAST RAND SECURITY EXPO NOW ON”


http://www.swiftsms.co.za/swiftT/track.asp?e=*em*&cid=113&u=8&tid=2011
 



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to