Re: [tcljava-dev] Why tclblend is not stubs-aware?
by Mo DeJong other posts by this author
Mar 12 2007 3:33PM messages near this date
[tcljava-dev] Why tclblend is not stubs-aware?
|
Re: [tcljava-dev] Why tclblend is not stubs-aware?
Georgios Petasis wrote:
> Hi all,
>
> I am a user of tclblend, and I tried to compile the new tclblend 1.4.0
> for windows with JDK 5.0 using msys.
> What I noticed, is that tclblend does not use stubs, and thus is linked
> directly to a specific version of the tcl dll.
>
Tcl Blend does not use stubs because there is no way to bootstrap when
loading Tcl into
a Java process. The stubs feature works well when Tcl loads a C
extension, but Tcl Blend also
supports loading both Tcl and Tcl Blend dlls into an existing JVM
process (started via java.exe).
A specific tclblend.dll is tied to a specific Tcl release and a specific
JVM release.
cheers
Mo DeJong
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
tcljava-dev mailing list
tcljava-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/tcljava-dev
Thread:
Georgios Petasis
Mo DeJong
Georgios Petasis
Mo DeJong
|