[Tcl-Threads] ttrace in XP
by Mawardi other posts by this author
Jun 16 2005 6:56PM messages near this date
[Tcl-Threads] Tcl/Tk 2005 Conference - Schedules available now, Registration is open
|
[Tcl-Threads] Tcl/Tk 2005 Second Call for papers
Hello guys,
Just wondering if ttrace supported in Win XP ... because it wont work at all ::
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
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opÃ?k
_______________________________________________
Tcl-Threads mailing list
Tcl-Threads@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-threads
|