On Thu, Apr 15, 2010 at 7:58 PM, Marc Weustink <[email protected]> wrote:
> Zaher Dirkey wrote:
>>
>> On Thu, Apr 15, 2010 at 11:09 AM, Michael Van Canneyt
>> <[email protected]> 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 - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal