Re: Using a tcl interpreter inside a DLL?
- From: Mark Janssen <mpc.janssen@xxxxxxxxx>
- Date: Fri, 30 Nov 2007 04:24:28 -0800 (PST)
On 29 nov, 19:56, "thelf...@xxxxxxxxx" <thelf...@xxxxxxxxx> wrote:
On Nov 29, 12:43 pm, jmbussat <jmbus...@xxxxxxxxx> wrote:<snip>
This is more appropriate for a modern Tcl Interpreter.
if (Tcl_Init(interp) != TCL_OK) {
fprintf(STDERR,
"Tcl_Init: %s",
Tcl_GetStringResult(interp));
return;
}
Out of curiousity; will it always be valid to get the result from an
interp if the Tcl_Init fails?
Mark
.
- Follow-Ups:
- Re: Using a tcl interpreter inside a DLL?
- From: thelfter@xxxxxxxxx
- 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
- Re: Using a tcl interpreter inside a DLL?
- From: thelfter@xxxxxxxxx
- Using a tcl interpreter inside a DLL?
- Prev by Date: Re: Tcl under conditions of high memory usage.
- Next by Date: Re: need help
- Previous by thread: Re: Using a tcl interpreter inside a DLL?
- Next by thread: Re: Using a tcl interpreter inside a DLL?
- Index(es):