Re: Using a tcl interpreter inside a DLL?
- From: Donald G Porter <dgp@xxxxxxxx>
- Date: Thu, 29 Nov 2007 12:53:48 -0500
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 |
|______________________________________________________________________|
.
- Follow-Ups:
- Re: Using a tcl interpreter inside a DLL?
- From: jmbussat
- Re: Using a tcl interpreter inside a DLL?
- References:
- Using a tcl interpreter inside a DLL?
- From: jmbussat
- Re: Using a tcl interpreter inside a DLL?
- From: Donald G Porter
- Re: Using a tcl interpreter inside a DLL?
- From: jmbussat
- Using a tcl interpreter inside a DLL?
- Prev by Date: Do NOT access interp->result
- Next by Date: Re: Using a tcl interpreter inside a DLL?
- Previous by thread: Do NOT access interp->result
- Next by thread: Re: Using a tcl interpreter inside a DLL?
- Index(es):