Hello guys,
Just wondering if ttrace supported in Win XP ... because it wont work at al=
l ::
package require Tcl 8.4
package require Thread 2.6
ttrace::eval {
proc helloworld { } {
puts "Hello World from ttrace!"
}
}
helloworld
################# Error msg ############################
invalid command name "ttrace::eval"
while executing
"ttrace::eval {
proc helloworld { } {
puts "Hello World from ttrace!"
}
}"
(file "trace.tcl" line 4)
######################################################
if i change the package to ::
package require Thread
package require Ttrace
it will say : "can't find package Ttrace"
I tried it under linux ... it work fine (for both ways of declaring
the packages)
So any future plan to overcome this ?
Thanks
--mawardi
|