Re: [fpc-devel] corba interface casting
/Compiler_generated_data_and_data_structures. (Sorry for the duplicate, Paul, the previous reply was not sent to the list.) -- Best regards, JC Chu ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel
Re: [fpc-devel] Generics are still broken
function DoGetEnumerator: TEnumerator; virtual; abstract; // > Error: Generics without specialization cannot be used as a type for a > variable > public > function GetEnumerator: TEnumerator; > end; > > > ___ > fpc-dev