So it seems to be that topic
https://forum.lazarus.freepascal.org/index.php?topic=39416.0
>> Is and As operators require that the interface has a GUID defined
Only that in my case the compiler happily compile
(MyObjec as TCorbaWithoutGUID).foo;
Shouldn't that give an error?
__
While I haven't got a simple example, by this time I am sure the issue
is not in my code. (it's not online avail yet)
I have a class, with 2 corba interfaces
TIdeLocalsValue = class(TLocalsValue, TWatchAbleResultIntf,
TWatchAbleDataIntf)
...
end
If I get an interface using
(SomeVar as TW