I am very new to tcl.
I am trying to load a dll using the load command but I get an undefined symbol error.
I am pretty sure the message is implying that the dll is for a specific (proprietary) interpreter.
If I try to do the load from "wish" I get the error, but If I do the load from the proprietary interpreter it loads fine.
I see that on the load command I can pass in a packageName and interp. I am thinking that if I pass in the proprietary interpreter, I may be able to get this to work, but if I pass in the path to the interpreter I get an error message saying it can't fine the interpreter. Does anyone know what interp= is expecting?
BTW, I can't just used the proprietary interpreter because I am really just trying to call tcl commands from ruby, and I don't have the headers to compile ruby with that interpreter.
the commands, I get an error message saying there is and undefined symbol.