Just wanted to point out that the change in 1.2.2
that added:

#!/bin/sh
# the next line restarts using wish\
exec wish8.0 "$0" "$@" 
#############################################################################


broke my mktclapp apps (program to combine C and Tcl/tk
into a single application executable)  and
I had to remove it from the vtcl source code I use.

This program creates C char arrays out of all the
tcl code in order to  embed them into a C program.
Naturally, the above lines then do not get
executed in the expected manner and thus fail. When
doing the embedding pass, they strip all comments first.

Might want to consider making this an option
in the preferences section.

e

_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/vtcl-user

Reply via email to