Re: [fpc-pascal] Swopping two items in TCollection

2010-01-16 Thread Wimpie Nortje
Done. http://bugs.freepascal.org/view.php?id=15517 Michael Van Canneyt wrote: Please do, this way we won't forget it. Michael. On Thu, 14 Jan 2010, Wimpie Nortje wrote: Thanks. An exhange() would be usefull. Should I file a bug report? Michael Van Canneyt wrote: On Thu, 14 Jan 2010,

Re: [fpc-pascal] RTTI Bug or something else i did wrong...

2010-01-16 Thread Jorge Aldo G. de F. Junior
well, the bug still stands... fTypeData := GetTypeData(Self.ClassInfo); this line is the problem... looks like i cannot either "GetTypeData" of self in constructor or that Self.ClassInfo doesnt exists until constructor finishs, something like that broken in the RTTI code _