I'm trying to run Synapse on Linux, Im using FPC.

I started by using the latest stable version which gave an error on 
compile, looking up this error on google I saw a post saying to trying 
using the development version, synasnap, as it had bug fixes in relating 
to Linux.

So I tried SynaSnap and I get a different error, semi-expected since 
this is a development version. The error was in ssfpc.pas, see below:

/usr/lib/lazarus/components/synasnap/source/lib/ssfpc.pas(153,32) Error: 
Identifier not found "IP_TOS"

Const
  IP_TOS             = sockets.IP_TOS;             { int; IP type of 
service and precedence.  }

Has anyone got Synapse working on Linux or FPC?

Any ideas what this error relates to?

Many thanks, K.

--------------

PS. the original error (synapse, not synasnap):

/usr/lib/lazarus/components/synapse/source/lib/synafpc.pas(87,50) Error: 
Incompatible type for arg no. 1: Got "Pointer", expected "LongInt"

function FreeLibrary(Module: HMODULE): LongBool;
begin
  Result := dynlibs.UnloadLibrary(pointer(Module));
end;                                           



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to