hi thanks for reporting this, i guess maybe i have to do double \\ in  
the c++ menu code since i send it to lisp.

> when I do this (with backslashes):
>
> load "C:\Grace\Resources\doc\examples\paint.scm"


if you really want to use the windows \ nonsense then you probably  
have to double it since \ is scheme's escape character. try this an  
let me know if it works:


load "C:\\Grace\\Resources\\doc\\examples\\paint.scm"


but i dont think i put paint.scm in that dir! you can download it from  
my class page:


http://camil.music.uiuc.edu/Classes/404A1/paint/paint.scm


_______________________________________________
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to