[plt-scheme] MzScheme + SWIG: howto?

From: Noel Welsh (noelwelsh at gmail.com)
Date: Fri Jun 26 06:57:08 EDT 2009

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


Posted on the users mailing list.