Am 16.02.2015 13:47 schrieb "Den" <[email protected]>: > > Indeed.. It's no easy task for sure. Sven would have to implement all features of the C++ Class that C++ supports. I'm guessing Sven is gonna go with the basic VMT C++ support, which would probably include virtual method overriding, am I right Sven?
More or less, yes. Plus support for automatic calling of con- and destructors depending on scope entry/exit for instances located on the stack. Maybe also special handling for cppclass generics to get the mangled names right. With these most cases should be covered, but not every C++ class under the sun will be usable then. Regards, Sven
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
