Thanks for clarifying. Up to now I have had to manually patch C++ vTables to be 
able to override some C++ class method with a nim-generated proc. What I keep 
wondering is if nim is going to add some kind of support for that ... i.e. 
implementing or overriding virtual C++ class methods. In my case I needed this 
to implement some extensibility interfaces of a C++ 3rd party lib that I'm 
trying to use with nim, and this library heavily relies on you 
overriding/implementing C++ virtual class methods.

Reply via email to