[CM] s7 - howto use s7_define_function_star in a C++ project.

Bill Schottstaedt bil at ccrma.Stanford.EDU
Thu Feb 12 08:01:39 PST 2015


Thanks for the kind words about s7!  Are you running Linux?
If so, this works for me:

/home/bil/pure-snd/ g++ -c s7.c -I. -g
/home/bil/pure-snd/ g++ exx.c -o exx s7.o -I. -lm -ldl
/home/bil/pure-snd/ exx
> (plus 2 3)
7
> (plus :blue 2)
66
> (exit)

where "exx.c" has the example code from s7.html. 




More information about the Cmdist mailing list