I have made quite a lot of progress with binding Metakit, using SWIG (http://www.swig.org/). All that this needs, once you have SWIG, is to make a local copy of the Metakit header and run this SWIG file
----------------------- /* File : mk4.i */ %module mk4
%{ #include "mk4.h" %}
/* First attempt at mk4 interface */
%include "mk4.h" ----------------------
Thanks for sharing. Looks like SWIG has come a *long* way since I last looked at it! Whee - this means Perl and Java binding might now also be within easy reach...
Is it ok to add your .i file and Ruby sample code on one of the pages on www.equi4.com? I'd like to support this and help people who want to create more bindings and sample code. Or perhaps wait for things to settle a bit more?
-jcw
_______________________________________________ metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
