Re: [tcljava-user] Compiling TclBlend / Jacl using ActiveTcl?
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2006-01-23 20:01:33
|
On Mon, 23 Jan 2006 22:56:45 +0800 "Adrian Tan" <ah...@te...> wrote: > Hi there, > > I have currently installed ActiveTcl 8.4.11.2 (threaded) on WinXP, and I am > wondering if it is possible to compile TclBlend and/or Jacl against this > installation. Can anyone advice, please? Tcl Blend has only been tested when compiled with a source release of Tcl. You could create a tclblend.dll by compiling against a 8.4.11 source release and then use it with the ActiveTcl binaries, but take care to really test it out. Jacl does not depend on the C impl of Tcl, so it would not matter if you already had ActiveTcl installed. cheers Mo DeJong |