On Tue, 23 Mar 1999, Philip Chu wrote:

> I installed TclBlend1.1.1 with TclPro at work. It works fine with the
> regular protclsh and prowish shells, but I get a fatal memory reference
> error when I do a "package require java" in the debug versions of
> protclsh and prowish. This isn't surprising, since tclblend.dll is not
> linked with the MSVC debug library (msvcrtd.dll) and neither is jvm.dll.

If you check the tclblend makefile there is a line that looks like this.

# Comment the following line to compile with symbols (java and C symbols)
NODEBUG=1

If you comment out the NODEBUG variable then tclblend should build with
debug symbols.

> But is it possible to build a debug version of TclBlend? Is there even a
> debug version of jvm.dll? This issue must come up in other JNI
> programming when people want to build debug versions of their dll's, but
> I haven't seen any documentation on it.
>
> A couple of minor issues: the Windows TclBlend1.1.1 installation doesn't
> seem to recognize TclPro as a tcl installation (prompts for the location
> of the tcl installation and then gives a warning after you provide it),

Could you track down where this warning is coming from? Do you get the
same warning in Tcl Blend 1.2?

> and if you don't have PATH set correctly, the warning from "package
> require java" suggests that "jvm.lib" needs to be in your PATH. Should
> be "jvm.dll".
> 
> 
> --
> 
> Phil Chu
> [EMAIL PROTECTED]     http://www.technicat.com/
> 
> 
> ----------------------------------------------------------------
> 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