[plt-scheme] Announce: mzgtk2 release 2 version 2.6.10.002
> Have you tried using Eli's FFI in addition?
>
For SQLID, that would be an option for the drivers,
I think even a good option. For MzGtk2 *see your earlier
comments on integration*, the memory management and
thread support (I myself am not using continuations yet),
need C code to support them. I've looked at the FFI, but
I see problems coming up there.
MzGtk2 is doing quite a good job on the mem mgt already,
although, the OO system also does a part on that. See e.g.
http://www.elemental-programming.org/mzgtk2-mzgtk2-memory-management.html
*And*, I definitely would need SWIG support for the FFI.
The number of C header files and lines of code to parse for Gtk+
is just enormous. You don't want to do that by hand.
--Hans