Hi,
i am using Zeoslib 6.6.6 and Lazarus IDE v0.9.31 build 34014, FPC 2.5.1 on Windows 7. When i download same Lazarus version but FPC 2.4.4, all works OK.
But it doesn't work on FPC 2.5.1 - it returns this error compilation message:
C:\lazarus\komponenty\zeoslib\src\core\ZClasses.pas(84,22) Error: No matching implementation for interface method "IUnknown.QueryInterface(constref TGuid,out <Formal type>):LongInt; StdCall;" found
on the line 84 is:
TContainedObject = class(TAggregatedObject, IInterface)
Can anybody help me? It seems that FPC 2.5.1 has changed syntax in some way.