[fpc-devel] Linking to C++

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Mon Jan 22 21:49:58 CET 2007


On 1/22/07, Peter Popov <ppopov at tamu.edu> 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



More information about the fpc-devel mailing list