2009/9/29 Lukas Gebauer <gebyl...@mlp.cz>

> > Testing right now on linux 64 bits.
> > First test was with fpc 2.2.4 and don't compile.
> > Can we put a conditional? I don't know with conditional determine fpc
> > version, will investigate.
>
> What compile error you got?
>
>

here:

function Bind(s: TSocket; const addr: TVarSin): Integer;
begin
  if fpBind(s, @addr, SizeOfVarSin(addr)) then
    Result := 0
  else
    Result := SOCKET_ERROR;
end;

Synapse/ssfpc.pas(518,6) Error: Boolean expression expected, but got
"LongInt"

using jaunty , 64 bits , fpc 2.2.4 stable

HTH

-- 
German Pablo Gentile
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to