On Thu, Apr 15, 2010 at 7:58 PM, Marc Weustink <m...@dommelstein.net> wrote:
> Zaher Dirkey wrote:
>>
>> On Thu, Apr 15, 2010 at 11:09 AM, Michael Van Canneyt
>> <mich...@freepascal.org> wrote:
>>>
>>> {$INTERFACES CORBA}
>>
>> {$INTERFACES CORBA}
>>
>> It is resolved my problem, Is there any limit to use it (except it is
>> not work in Delphi)?
>
> You cannot use casts like
> var
>  a: IMyObject;
>  b: IMyOtherObject;
> begin
>  b := a as IMyOtherObject;
>
> or functions like supports() (which uses queryinterface)

Can we have in the future something like IMyObject =
interface(IObject) instead of use {$INTERFACES CORBA}

-- 
Zaher Dirkey
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to