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
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 definit
On Wed, 10 Nov 2010, Fred Flinestone wrote:
Hello all,
I am not able to compile JSON – SuperObject where compiler says this:
.../superobject.pas(135,18) Error: No matching implementation for
interface method "IUnknown.QueryInterface(constref TGuid,out ):LongInt; CDecl;" found
.../superobject
Thanks.
On Wed, Nov 10, 2010 at 11:56 AM, Jonas Maebe wrote:
>
> On 10 Nov 2010, at 11:48, Fred Flinestone wrote:
>
>> not it stopped to write the error for _AddRef and _Release, but to
>> QueryInterface is still the same error present.
>>
>> What could be a solution?
>
> http://wiki.freepascal.o
Hello all,
I am not able to compile JSON – SuperObject where compiler says this:
.../superobject.pas(135,18) Error: No matching implementation for
interface method "IUnknown.QueryInterface(constref TGuid,out ):LongInt; CDecl;" found
.../superobject.pas(135,18) Error: No matching implementation fo
On 10 Nov 2010, at 11:48, Fred Flinestone wrote:
not it stopped to write the error for _AddRef and _Release, but to
QueryInterface is still the same error present.
What could be a solution?
http://wiki.freepascal.org/User_Changes_Trunk#IInterface.QueryInterface.2C_._AddRef_and_._Release_defi