[fpc-pascal] Re: Automatically exporting C++ API using SWIG??
Reinier Olislagers
reinierolislagers at gmail.com
Thu Aug 1 15:06:14 CEST 2013
On 01/08/2013 13:11, Sven Barth wrote:
> Am 01.08.2013 12:47, schrieb Reinier Olislagers:
>> On 01/08/2013 12:24, Sven Barth wrote:
> Important point for variant 2: less overhead. Using swig you first
> flatten the API and then unflatten it again into Object Pascal classes.
> For callbacks you have also wrappers (which are hidden from you). In
> case of cppclass you don't have all this, because code will be called
> directly.
>
Thanks for the info, Sven.
More information about the fpc-pascal
mailing list