Is it possible to extend the tcl birary dll to have the capabilities of expect?
I have a C program that executes the TCL scripts by using the tcl library tcl85.dll. It works perfectly fine.
Recently i tried to execute some expect sripts and it failed. I understand that tcl85.dll doesn't have the capability to understand the expect commands by its own and that it needs to be extended. This is the point where I am stuck. I have the expect library expect543.dll downloaded from the activesite, but i am not able to figure out how to extend it with the tcl85.dll?
Any help or guidance is really appreciated.
Thanks Sunil