<p>Am 16.02.2015 20:52 schrieb "Chavoux Luyt" <<a href="mailto:chavoux@gmail.com">chavoux@gmail.com</a>>:<br>
> I was maybe thinking more low-level (e.g. when using a compiled C++ library without the source code)? All C++ class methods are translated into (mangled) functions in any case, so as long as Lazarus can wrap these as methods in a class of its own it should work? It should even be possible to wrap 2 or 3 C++ classes into one Lazarus class?</p>
<p>Let me say it this way: it is possible (with non virtual functions only), but I definitely don't recommend it.</p>
<p>Regards,<br>
Sven</p>