Re: TCL_evalFile



On Jun 29, 2:29 pm, Puneet Maheshwari <puneetro...@xxxxxxxxx> wrote:
Can anyone explain in detail what is the use of the functions like
TCL_evalFile. I understand that this evaluates the content of the file
as tcl script. But I do not exactly understand what kind of file is
converted to what and where does it return the changed file etc.

It will be great if anyone could suggest an online tutorial/book for
the same.

Thanks,

Puneet


Basically you provide it a name of a file to evaluate a good example
is : http://wiki.tcl.tk/17047
where the Swig is used to produce a dynamic module to allow the script
to modify a C structure using EvalFile

Carl

.