TOC PREV NEXT INDEX

 


Creating Regular Tcl Interpreters


You write Tcl interpreters with the TclPro development environment just as you would with the free Tcl distribution. Simply implement Tcl_AppInit to perform whatever initialization your application requires, and call Tcl_Main or Tk_Main from your main program. Then compile your program and link with either the static or dynamic libraries as appropriate.

Important: TclPro Wrapper requires specially-written Tcl interpreters to work with wrapped applications. Any custom interpreters that you use with TclPro Wrapper must follow the guidelines described in "Creating Base Applications for TclPro Wrapper".




http://www.ajubasolutions.com
Voice: (650) 210-0100
Fax: (650) 210-0101
support@ajubasolutions.com
TOC PREV NEXT INDEX