FFI question

goran.krampe at bluefish.se goran.krampe at bluefish.se
Thu May 6 08:29:51 UTC 2004


Hi Julien!

"\.\: Julien BOURDON \:\." <liste.squeak at laposte.net> wrote:
> > I was just wondering if I could use C++ constructors and
> > destroyers with FFI ?
> 
> Sorry this not destroyer but destructor

I haven't used FFI much, but AFAIK it is "simply" a way of being able to
call dll/so libraries.
And such a library (again AFAIK) simply contains a bunch of functions
using the C calling convention.

If you want to mingle with C++ I think you need to play with plugins.
Recently wxSqueak saw the light of day, and I think wxWindows is
C++-based so perhaps Rob Gayvert can give you some hints on that.

regards, Göran



More information about the Squeak-dev mailing list