On Wed, 10 Nov 2010, José Mejuto wrote:
Hello FPC-Pascal,
Wednesday, November 10, 2010, 11:57:52 AM, you wrote:
function QueryInterface(const IID: TGUID; out Obj): HResult;
virtual; stdcall;
MVC> The declaration of the IUnknown has been changed on non-windows platforms
MVC> to be XP-COM compatible. You can copy the new definition from the system
MVC> unit, file rtl/inc/objpash.inc. It's just a matter of adding some ifdefs to
MVC> the declaration. The code inside should function OK.
But also in Windows, QueryInterface has been changed to constref, so
something like Zeos 6.6 needs an adjust before compile succesfully. Is
this expected ?
I don't think so, this should be asked to Joost van der sluis.
Michael.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal