Re: Using a tcl interpreter inside a DLL?



jmbussat wrote:
Am I supposed to use Tcl_FindExecutable()? because my Linux
test program doesn't use it.

Your program must call Tcl_FindExecutable() before making other
calls into the Tcl library. If not, the Tcl library will attempt
to use things that have not been initialized and there will be
crashes.

--
| Don Porter Mathematical and Computational Sciences Division |
| donald.porter@xxxxxxxx Information Technology Laboratory |
| http://math.nist.gov/~DPorter/ NIST |
|______________________________________________________________________|
.