Re: Using a tcl interpreter inside a DLL?



Thanks for your help,

This was the right direction to go. As you can tell, my knowledge
of Tcl+C interaction is kind of rusty. I was using code I've wrote
a long time ago and I seriously need to get up to date with the
recent stuff. Any suggestion about some book/web site to read that
addresses this type of issue (browsing the web doesn't return much
useful hits)?

Anyways, looking for information about Tcl_FindExecutable(), I was
able to find additional information that made things work (but I
still need to understand what is going on and why it works that
way).

Now I need to find out what to do such that when the interpreter
exits, it doesn't cause the parent application to die too.

-JMB
.