ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> tcl-threads
tcl-threads
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved