TCLBridge enables programmers using any ActiveX capable programming language to harness the raw power of TCL (Tool Command Language). TCL interpreters can be created, used, and destroyed easily. In addition, there is a simple but powerful facility to allow TCL to call your ActiveX components. You specify the name of the custom command to add, the object to call, the method to call, and the 'clientData' (or cookie) you want to receive when called by the TCL interpreter. The TCLBridge component takes care of the very detailed process of talking to the TCL and OLE APIs. |