[fpc-pascal] How to set a CORBA interface property (tkInterfaceRaw) through RTTI
Luiz Americo Pereira Camara
luizmed at oi.com.br
Thu Jul 22 03:32:13 CEST 2010
Luiz Americo Pereira Camara escreveu:
> Hi,
>
> I've managed to set a COM interface property (tkInterface) through
> RTTI using SetInterfaceProp.
>
> But i could not find a way to set a CORBA interface property
> (tkInterfaceRaw) since SetInterfaceProp expects IUnknown.
>
> In the attached example, when i try to use SetInterfaceProp i get the
> message "Incompatible type for arg no. 3: Got "IMyIntf", expected
> "IUnknown"".
Added a bug report: http://bugs.freepascal.org/view.php?id=17003
>
> Is there a way to set a CORBA interface property through RTTI?
>
> Luiz
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list