TOC PREV NEXT INDEX

 


Creating a Statically-Linked Wrapped Application with a Custom Interpreter and Standard Initialization Files


When creating a statically-linked wrapped application with a custom interpreter and the standard Tcl initialization files, your prowrap command line must include the following:

For example, the following wraps an application with a custom interpreter, myWish, that is based on the standard wish interpreter:


% prowrap -uses wish -executable /usr/local/bin/myWish \
-out myApp myApp.tcl img/*.gif




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