[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xctocc documentation link bad?
Thanks for those who replied with better pointers to the documentation.
To follow up on the issue of automatic glue code generation:
Gregory Lampshire wrote me:
> SWIG has some mzscheme support. I think you need to grab version 1.3a.
I downloaded Swig 1.3a and some files to support MzScheme are there,
although I haven't tried it yet. I decided to go ahead and hand code one
thing (MzFileIO.c) just to get a feel for the process.
To get the SWIG release, follow the "All Releases" link to 1.3a from:
http://www.swig.org/download.html
And someone else wrote me that he was working on an advanced Scheme <-->
C++ inteface for part of his Master thesis. But since he sent me private
email about it, I'll let him make it known to the list in his own time.
-Paul Fernhout
Kurtz-Fernhout Software
=========================================================
Developers of custom software and educational simulations
Creators of the Garden with Insight(TM) garden simulator
http://www.kurtz-fernhout.com
Paul Fernhout wrote:
> Basically, in my laziness, I was hoping for an easy way to generate C
> code to wrap new file primitives (sort of like SWIG?
> http://www.swig.org/ which supports Python, GUILE. )