[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [ns] New application in C++



Hi!

I follow Tim Buchheim suggestion and I am creating my own application (a
subclass of Application) that I will attach it to a TcpApp object.

Im my TCL script I am supposed to do:

   $tcpapp target $myapp
   $myapp target $tcpapp

But, the second command give me the following error:

can't read "debug_": no such variable
    (Object set line 1)
    invoked from within
"Classifier/Port set debug_"
    invoked from within
"catch "$c set $var" val"
    (procedure "_o42" line 1)
    (SplitObject unknown line 1)
    invoked from within
"$wwwclient target $app1"
    (file "simples3.tcl" line 37)


Does anyone knows why?

Regards,

Jo�o.