Re: [fpc-pascal] Poss FPC Bug

2010-04-06 Thread Justin Smyth
ril 06, 2010 9:56 AM Subject: Re: [fpc-pascal] Poss FPC Bug. On Mon, Apr 5, 2010 at 8:29 PM, Justin Smyth wrote: guys i've been working on a port of an application that uses the Com IPersist Interface , one of its procedures seems to be wrong , Function GetClassId(clsid:TClsId):HResu

Re: [fpc-pascal] Poss FPC Bug.

2010-04-05 Thread Flávio Etrusco
On Mon, Apr 5, 2010 at 8:29 PM, Justin Smyth wrote: > guys i've been working on a port of an application that uses the Com > IPersist Interface , one of its procedures seems to be wrong , > > > Function GetClassId(clsid:TClsId):HResult; StdCall; > > yet i believe it should be > > Function GetClass

[fpc-pascal] Poss FPC Bug.

2010-04-05 Thread Justin Smyth
guys i've been working on a port of an application that uses the Com IPersist Interface , one of its procedures seems to be wrong , Function GetClassId(clsid:TClsId):HResult; StdCall; yet i believe it should be Function GetClassId(out clsid:TClsId):HResult; StdCall i've checked the MSDN and