Re: [tcljava-user] tclblend with Tclkit
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2006-04-27 08:12:39
|
On Thu, 27 Apr 2006 10:03:12 +0200 Eckhard Lehmann <ec...@we...> wrote: > Hi, > > I compiled and installed Tclblend on windows XP. It runs fine with ActiveTcl as well > as an own MinGW built Tcl. ... > Is it possible somehow to get Tclblend working with Tclkits? How much work > would that be, if possible at all? I have not heard of anyone getting that working and I would be willing to bet that it is going to be very tricky. Both Tcl and the JVM need to be able to find tclblend.dll on the file system. Just getting Tcl to see the shared lib on the Tcl virtual filesystem would not be enough. You would likely need to work some magic to write tclblend.dll to a tmp dir somewhere and then load it at runtime so that the JVM can find the native symbols. Good Luck Mo DeJong |