[plt-scheme] MzScheme + SWIG: howto?
On Thu, Jun 25, 2009 at 5:45 PM, Elena Garrulo<egarrulo at gmail.com> wrote:
> SWIG creates a C source file containing Scheme wrappings. What should
> I do with it? Compile it as dynamically linked library? Any compiler
> will do? How should I reference the resulting module from MzScheme?
Here is some code that uses SWIG:
http://schematics.cvs.sourceforge.net/viewvc/schematics/src/libs/database/firebird/
It is only 6 years old (!) and certainly won't work in v4.
HTH,
Noel