Re: Embedding Tk in an MFC application



antred wrote:
Hmm, I've taken a look at the init.tcl file and there is no definition
of a tcl_findLibrary proc in there. I did find that definition in a
file called auto.tcl, tho, but apparently Tcl_Init() doesn't lead to
that file being sourced also. I'm confused!! =((

The [tcl_findLibrary] command should be auto-loaded when needed.

If not, check

1) Did you redefine the [unknown] command to do something else,
interfering with its auto-loading function?

2) Is the tclIndex file missing or corrupt?
.