Re: [tcljava-user] mail group
Brought to you by:
mdejong
From: D. J. H. <dha...@mi...> - 2001-05-24 05:16:24
|
Tam Huynh wrote: > > Well see this is my problem for tclblend..the function gcd is in the > C tcl extension. If gcd is a C-based Tcl extension, then load it *exactly* the same way that you did in tclsh. Tclblend is simply a tclsh with the "java" extension. You still have all normal Tcl commands available to you, called exactly the same way. Tclblend's "java" extension simply adds the commands that begin java::*. You should only use the java::* commands to talk to Java classes, not to anything in C or C++. -=- D. J. |