Can I help? Info about good implementation of TValue - http://www.cromis.net/blog/2013/02/tanyvalue-an-attempt-to-make-the-best-variable-data-container/ Has FPC some equivalent of invoke from rtti.pas (dynamically invoking a methods and procedures/functions)? If not - I have my own basic implementation (for stdcall, register and cdecl) based on PascalScript calling engine.
Regards, HNB 2013/2/10 Sven Barth <[email protected]>: > On 10.02.2013 14:19, Maciej Izak wrote: >> >> Hi, >> >> What is the state of Extended RTTI (like in Delphi 2010 and up)? >> >> You can read in the comment by Sven >> >> "One of the developers has started to implement class attributes and >> I’m rather sure that the enhanced RTTI will come sooner or later as >> well" >> http://www.deltics.co.nz/blog/?p=1129 >> >> How's he doing? > > > Class attributes is still being worked on in a branch (by Joost). I > personally plan to work on generics the next time (fixing bugs and adding > support for generic methods). After that I plan to tackle extended RTTI if > no one implements it before me. > > Regards, > Sven > > _______________________________________________ > fpc-devel maillist - [email protected] > http://lists.freepascal.org/mailman/listinfo/fpc-devel _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
