Alain wrote:
I am getting a weird error when I try sym = gensym(symstr); I get no match for 'operator=' in 'sym = gensym(((char*)(& symstr)))' I dont know what thats all about. I have seen this used before with no problems.
That looks like a c++ error to me, maybe you should be compiling it as c?
Martin