See http://www.ActiveState.com/Webcasts/Tcl_Dev_Kit/recordings
for information from a webcast relating to the application.Comparison to sdx
HaO 2011-06-09 tclapp standard behaviour is different to sdx. For most differences, there are options to gain compatibility. This is for migration purpose, the different behaviour is senseful.
| What | tclapp | sdx | tclapp option to have sdx behaviour |
|---|---|---|---|
| get MP (mount point) | starkit::topdir | starkit::topdir | |
| Wrap path | MP/ | MP/lib/application/ | -anchor / |
| Start file | MP/main.tcl | Option -startfile with autogenerated main.tcl | -nospecials |
| Custom Icon | -icon | MP/tclkit.ico | |
| Custom windows text resources | -stringinfo | MP/tclkit.inf |
