[Tcl Java] Reflect Table overhaul is finished!

2000-07-13 Thread Mo DeJong
It took a bit longer than I would have liked, but I have finally finished up the reflect table overhaul. This fixes the problem with >= JDK 1.2 where object hash values overlap and generate an exception. I just did the cvs commit, so it will show up tonight. If you just can not wait to try it out

[Tcl Java] clock command in Jacl: Now 8.3 compliant

2000-07-13 Thread Christian Krone
Hello, for some very frustating reasons (hardware crash and copy failures during backup) I lost most of the sources for my InterpCmd java class, which I finished last x-mas. To fight my frustation I made some changes to the ClockCmd class, so that the Jacl clock now is capable of all the new 8.3

[Tcl Java] Does Tcl Blend need to build with a shared Tcl?

2000-07-13 Thread Mo DeJong
I was just trying to build Tcl Blend when I got this error: % /home/mo/project/tcljava/configure --prefix=/home/mo/project/install/tcljava --with-tcl=/home/mo/project/build/tcl srcdir is /home/mo/project/tcljava configuring for both jacl and tclblend checking for Tcl build in /home/mo/project/b

[Tcl Java] Re: [Tcl Java] clock command in Jacl: Now 8.3 compliant

2000-07-13 Thread Mo DeJong
On Thu, 13 Jul 2000, Christian Krone wrote: > Hello, > > for some very frustating reasons (hardware crash and > copy failures during backup) I lost most of the sources > for my InterpCmd java class, which I finished last x-mas. Dang, an interp command in Jacl would be really nice. > To fight m

[Tcl Java] RE: [Tcl Java] Does Tcl Blend need to build with a shared Tcl?

2000-07-13 Thread Scott Redman
If TclBlend was built with Tcl stubs, then it would work fine. Otherwise, TclBlend needs to be linked against a dynamic build of Tcl and a dynamic JVM. The code in blend will do a LoadLibrary of itself, so TclBlend needs to be dynamic as well... Let's make it stubs-aware. David Gravereaux sent

[Tcl Java] RE: [Tcl Java] Does Tcl Blend need to build with a shared Tcl?

2000-07-13 Thread Mo DeJong
On Thu, 13 Jul 2000, Scott Redman wrote: > If TclBlend was built with Tcl stubs, then it would > work fine. Otherwise, TclBlend needs to be linked > against a dynamic build of Tcl and a dynamic JVM. > The code in blend will do a LoadLibrary of itself, > so TclBlend needs to be dynamic as well...

[Tcl Java] FW: Standardized method for bootstraping a Stubs application (draft)

2000-07-13 Thread Scott Redman
Forwarded from the TEA mailing list... -Original Message- From: David Gravereaux [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 2:38 PM To: TEA mailing list Subject: RFC: Standardized method for bootstraping a Stubs application (draft) [I refer to windows filenames for simplicit