On 1/22/07, Peter Popov <[EMAIL PROTECTED]> wrote:
Take a specific look at the second part, with pure virtual classes. The trouble is it only works for virtual C++ classes (have at least on virtual function - hence a VMT) with single inheritance (single VMT with virtual functions at offset 0). The C++ dll must provide a factory function and a wrapper for deleting the class. No further extension of this class is possible in Delphi.
Althougth something really nice to know, this is unusable for my specific case, because I didn´t write the Symbian OS DLLs, and I also don´t want to require pascal software to be distributed with a special DLL on symbian (which would contain the factory function). -- Felipe Monteiro de Carvalho _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel