[plt-scheme] DDE?

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Wed Apr 2 08:00:06 EST 2003

--- Katsmall the Wise <kela_bit at netvision.net.il>
wrote:
> How would I use it then?

At the risk of sounding rude, RTFM, specifically the
Inside MzScheme manual.  Or use SWIG to generate the
wrapping (http://www.swig.org/)  I've use SWIG to make
a MySQL binding and it works well.  See:

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/schematics/src/libs/database/mysql/

...though if the functions you need to wrap are few in
number it might not be worth learning SWIG.

Noel

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com


Posted on the users mailing list.