Hi!
I read
http://wiki.freepascal.org/User_Changes_Trunk#IInterface.QueryInterface.2C_._AddRef_and_._Release_definitions_have_been_changed.
What's the stable FPC version that will include this changes (if it's
not released yet)?
I need write a patch to zeoslib, and I want keep compatibility wit
Maybe, you can try the PascalSCADA...
Regards,
Fabio
2011/2/4 Jonas Maebe :
>
> On 04 Feb 2011, at 21:24, Peter Andersen wrote:
>
>>> That's a very bad way to link libc, because afaik it bypasses all compiler
>>> detections for the fact that you are linking to that library (and doing so
>>> re
I don't know if here is the right place to request this, but... sorry
if I'm wrong.
I'm requesting help to support OPC-DA on PascalSCADA. As the target of
PascalSCADA is keep the support to multiples platforms (using Lazarus
and FPC), I'm thinking to convert the libraries JInterop and Utgard
(that
OPC-DA functionality for Lazarus/FPC under Windows/Linux
and FreeBSD at least.
If are you interested, please contact-me!
2011/5/26 Massimo Soricetti :
> Il 26/05/2011 20:00, fluisgira...@gmail.com ha scritto:
>> I'm requesting help to support OPC-DA (that uses DCOM) on PascalSC
Some years ago, I started the port of my project (PascalSCADA) from
Windows to others platforms. I found some issues doing this. I used
all resources that the FPC RTL can offer.
To thread, I used TThread class. The issues that I found porting this,
is that Suspend/Resume don't works on others plat