Re: [fpc-devel] Bug in 3.2.3 with corba interfaces

2023-03-18 Thread Martin Frb via fpc-devel
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? __

[fpc-devel] Bug in 3.2.3 with corba interfaces

2023-03-18 Thread Martin Frb via fpc-devel
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