<p>Am 16.02.2015 13:47 schrieb "Den" <<a href="mailto:cyraid@gmail.com">cyraid@gmail.com</a>>:<br>
><br>
>     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?</p>
<p>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.<br>
With these most cases should be covered, but not every C++ class under the sun will be usable then.</p>
<p>Regards,<br>
Sven</p>