I have just posted the source code and precompiled windows binaries for the final 1.2 release of Jacl and Tcl Blend. Please test these new releases before they...
Mo DeJong
mdejong@...
May 1, 2000 8:21 am
723
... The term "thread safe" is very misleading. Jacl interps are safe if you use them properly. The problem is that the documentaiton about how to use them...
Mo DeJong
mdejong@...
May 1, 2000 8:32 am
724
There is an interesting article at http://www.javaworld.com/jw-04-2000/jw-0414-action.html?041800txt where the author discusses the use of the Command pattern...
Lee Hall
LHall@...
May 1, 2000 12:44 pm
725
... You could say the same about most Java code. But I agree the term "thread safe" is not very precise. I was referring to automatic thread safety... which,...
Jeff Sturm
jsturm@...
May 1, 2000 5:04 pm
726
... There is no "automatic thread safety" in TclJava. In fact, Java itself never got "automatic thread safety" completely right. The AWT was a great example of...
Mo DeJong
mdejong@...
May 1, 2000 5:19 pm
727
Why do Java folks always create a new term for every little bit of code they write? A "JFC Action" is nothing more than a callback on an interface. You can use...
Mo DeJong
mdejong@...
May 1, 2000 7:17 pm
728
... I don't see the event loop used consistently. The tcl.lang.Shell in CVS for example never runs an event loop when run with a filename argument: java...
Jeff Sturm
jsturm@...
May 1, 2000 8:27 pm
729
You have a good point. The shell is a special case that takes a shortcut when used with a file argument. In the case of a file argument, there is only one...
Jiang Wu
jwu@...
May 1, 2000 9:00 pm
730
Hi. I am getting this linking error when building TclBlend on JDK 1.1.6 w/Tcl ... tcl83.lib(tcl83.dll) : error LNK2005: _Tcl_RestoreResult already defined in ...
Sendur Sellakumar
sendurs@...
May 3, 2000 10:48 pm
731
Are you using the 1.2.6 version that I posted a couple of days ago? If not, you need to be using that. Older versions had some build problems under Windows...
Mo DeJong
mdejong@...
May 3, 2000 11:37 pm
732
Mo, Thanks...that fixed the problem. Do you remember what caused this problem? (Just curious =) ) Thanks -sendur ... The TclJava mailing list is sponsored by...
Sendur Sellakumar
sendurs@...
May 3, 2000 11:50 pm
733
The build was broken. It is a really long story that I am sure you do not want to hear (and I do not really want to rehash it). It was the old "too many cooks...
Mo DeJong
mdejong@...
May 4, 2000 12:09 am
734
I know what caused it. Those functions were added to Tcl 8.1 and back ported into the TclBlend sources to support Tcl 8.0. I missed a couple of cases fixing...
Scott Redman
redman@...
May 4, 2000 12:10 am
735
Forward from non-list member. Brent Hi, I get the ambigous method signature error when I try to initialise an ORB thru TclBlend. Effectively I am doing the...
Brent Welch
welch@...
May 5, 2000 7:00 pm
736
Sarita, you need to actually subscribe to the mailing list by sending a "subscribe" mail to tcljava-request@.... ... This one we can blame on Tcl....
Mo DeJong
mdejong@...
May 5, 2000 9:03 pm
737
WHAT: Silicon Valley Tcl Users Group (SVTUG) WHERE: Cygnus, a Red Hat company SV offices 1325 Chesapeake Terrace Sunnyvale CA 94089. Folks will need to go...
Mo DeJong
mdejong@...
May 9, 2000 1:08 am
738
How safe is TclBlend being loaded inside NT threads? Am I right in assuming that it is not thread safe? I am current spawning a Tcl Interp inside a Windows NT...
Sendur Sellakumar
sendurs@...
May 10, 2000 5:27 pm
739
If you check the mailing list archive (link is in the scriptics Java FAQ) you will find lots of discussion and a patch that allows one to load Tcl Blend from...
Mo DeJong
mdejong@...
May 10, 2000 8:54 pm
740
Hi All, I am running into some problems when tclblend and perl 5. I am using Tclblend1.2.5 with tcl8.0.5 and on a solaris 2.5.1 and sometimes on solaris 2.6. ...
Suvarna Ayyagari
sayyagar@...
May 10, 2000 11:48 pm
741
Well, I am not sure what Perl has to do with Tcl Blend. If you are having problmes with Tcl and Tcl Blend I suggest that you upgrade to Tcl 8.3.1 and Tcl Blend...
Mo DeJong
mdejong@...
May 11, 2000 12:16 am
742
Are you starting a standard Tcl shell first, then load TclBlend? Are you embedding the Tcl interpreter into a C program that is not the "tclsh.exe"? How are...
Jiang Wu
jwu@...
May 11, 2000 12:17 am
743
Perhaps the inherient un-thread-safety of Perl is hosing things up. ... -- Brent Welch <welch@...> http://www.scriptics.com Scriptics: The Tcl...
Brent Welch
welch@...
May 11, 2000 1:07 am
744
Hi everyone- I just joined this list, and am be VERY interested to see TCLBlend on the Mac. Is someone already working on this? If not, what are known issues...
Ulf Dittmer
dittmer@...
May 11, 2000 3:11 am
745
... Well, the source code is up there so if you have a Mac and a compiler :) ... Not really, if the Mac JDK supports JNI then it should work like a charm. ... ...
Mo DeJong
mdejong@...
May 11, 2000 6:56 am
746
I wrote the following document on how to embed a Tcl interpreter in a Java program. http://www-cs-students.stanford.edu/~jwu/Using_Tcl_in_Java.html The...
Jiang Wu
jwu@...
May 11, 2000 5:55 pm
747
Ok, this really has nothing to do with tcljava, but it is just so funny I had to send it to everone in my address book. Mo Dejong Red Hat Inc. ... ...
Mo DeJong
mdejong@...
May 11, 2000 8:44 pm
748
Two things. First, the IL*Y* (I won't spell it out) in the subject triggers spam filters at a number of sites, as I've learned as "listmaster"... Second, I...
Brent Welch
welch@...
May 11, 2000 9:19 pm
749
I am using a std tcl shell with Tcl 8.0.5. Then I am loading the tclblend by using package require java. I am doing an 'exec' call to the perl script from the...
Suvarna Ayyagari
sayyagar@...
May 12, 2000 6:39 pm
750
Even I am not sure why loading tclblend in a tcl shell should cause a perl script behave different. But that is what happens. I will upgrade the versions as...
Suvarna Ayyagari
sayyagar@...
May 12, 2000 7:14 pm
751
Oops. Never mind my email. I replied to the wrong message. I meant to send my question to a different person. Sorry about that. -- Jiang Wu ...