On Thu, 25 Mar 1999, Michael Githens wrote:

> 
> 
> Moses DeJong wrote:
> 
> > I was not aware that 1.1a1 would compile with 8.1a1 (unless it was
> > a custom version). I know for a fact that 1.2.2 will compile with 8.1a1
> > but I have not tried it with the most recent beta2 release (I think they
> > changed the function names again for the TEA thing).
> 
> I played with modifying the code so that it would compile since there were the
> name changes from 8.0 to 8.1.
> 
> > Did you do a "load tclblend.dll" and then a "package require java"?
> >

Ok, so the problem might be with the CLASSPATH or something. Doing the
package require java will change the CLASSPATH by adding tcljava.jar
and tclblend.jar before doing the load tclblend.dll. Could you try
opeing up the pkgIndex.tcl file and running the commands one at a time?
That might make things more clear.
 
> No, just the "load tclblend.dll" and then let my code run without doing the
> "package require java".  However, I did try, just for kicks, doing "load
> tclblend.dll" and then "package require java" in a wish and it returned 1.2.2.
> 
> > I do not know if the thread stuff has been changed in Tcl 8.1b2 so I
> > can not tell you. The last time I tried it I got strange crashes
> > inside of Java methods. These crashes were thread related but
> > I did not look into it further. As far as I know, the thread stuff
> > is the only thing keeping Tcl Blend from working with Tcl 8.1.
> > If those were fixed then we could start looking into unicode
> > support for Tcl Blend as Tcl 8.1 supports unicode.
> >
> 
> Before putting 1.2.2 in place, I could reproduce the crash very reliably by
> following certain steps.  Now with 1.2.2, these steps no longer crash.  I
> don't know what that means regarding threading exactly, but I know I like the
> results.

Folks on comp.lang.tcl might know more about threading. I have seen a
couple of postings about people getting thread related crashes in 8.1.

later
mo

>  Anyway, is there some other resource to query about this threading
> issue?
> 
> Thanks,
> Michael
> [EMAIL PROTECTED]
> 
> ----------------------------------------------------------------
> The TclJava mailing list is sponsored by WebNet Technologies.
> To subscribe:    send mail to [EMAIL PROTECTED]  
>                  with the word SUBSCRIBE as the subject.
> To unsubscribe:  send mail to [EMAIL PROTECTED] 
>                  with the word UNSUBSCRIBE as the subject.
> To send to the list, send email to '[EMAIL PROTECTED]'. 
> A list archive is at: http://www.findmail.com/listsaver/tcldallas/
> 

----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
A list archive is at: http://www.findmail.com/listsaver/tcldallas/

Reply via email to