Bindings without callbacks (was Re: [ANN] Squeak bindings for D-Bus)

Daniel B. Faken faken at cascv.brown.edu
Wed May 25 12:31:32 PDT 2005


On Wed, 25 May 2005, John (J5) Palmieri wrote:
> I'm not sure how squeak works but don't you have to write C bindings
> anyway or does the virtual machine have a way of marshaling C calls in
> which case how does it handle pointers and structs?

(just FYI)
It uses libffi from (I think) GCC to construct the C calls.
It understands bytes and pointers and C data-types, so structures aren't a 
problem.

- Daniel



More information about the dbus mailing list