OK, using synapse 36 and fpc 2.0.4 the server start to listen on port 25025.
What's happen with version 37b6? regards Fabrício theo escreveu: > Fabrício F. Kammer schrieb: >> Now I can't compile the version 36 with 2.0.4. When I try to compile I >> receive the messages bellow: >> >> synafpc.pas(87,50) Error: Incompatible type for arg no. 1: Got >> "Pointer", expected "LongInt" >> synafpc.pas(92,56) Error: Incompatible type for arg no. 1: Got >> "Pointer", expected "LongInt" >> synafpc.pas(109) Fatal: There were 2 errors compiling module, stopping >> >> > You may simply typecast these to a Longint like > > Result := dynlibs.UnloadLibrary(Longint(*Module*)); > > > > > ------------------------------------------------------------------------- > 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 ------------------------------------------------------------------------- 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
