theo wrote:

>>At first: Which version of FPC are you using? fpc2.0.0/2.0.2 can't 
>>compile the "stable release" (due to the pointer/longint issue) 
>>(although this is fixed quite easily) and synasnap probably needs the 
>>current fpc2.0.4 release.
>>
>>
>>  
>>    
>>
>Yes, afaik you can use fpc 2.0.2 (compiler which comes with latest
>lazarus release) with latest official Synapse.
>And fpc 2.0.4 with latest Synasnap (don't know about 2.0.3)
>
>In the first case you can simply typecast pointer to longint like:
>
>Result := dynlibs.UnloadLibrary(LongInt(Module));
>  
>
This worked and compiled on both Linux and Win32, only need to change 
two lines. Does it need feeding back in to the source?
Why are Pointer and LongInt not compatible, they are different lengths?

>
>
>
>-------------------------------------------------------------------------
>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

Reply via email to