Message from discussion
create executable from tcl
Received: by 10.68.234.38 with SMTP id ub6mr11901698pbc.2.1337304067195;
Thu, 17 May 2012 18:21:07 -0700 (PDT)
Path: pr3ni11878pbb.0!nntp.google.com!news2.google.com!goblin2!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail
From: Les Cargill <lcargil...@comcast.com>
Newsgroups: comp.lang.tcl
Subject: Re: create executable from tcl
Date: Thu, 17 May 2012 20:22:51 -0500
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <jp4862$38o$2@dont-email.me>
References: <b5eef8da-a0e6-4866-9d2f-75a1e7f66a49@st3g2000pbc.googlegroups.com> <edhtr.7$lT.5@news.usenetserver.com>
Mime-Version: 1.0
Injection-Date: Fri, 18 May 2012 01:21:06 +0000 (UTC)
Injection-Info: mx04.eternal-september.org; posting-host="KmkjF4Zq62u+3b+z9Ja1iw";
logging-data="3352"; mail-complaints-to="ab...@eternal-september.org"; posting-account="U2FsdGVkX192e3wLLT1ytQz3MbLvGsQpYDCny1mjsxo="
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120429 Firefox/12.0 SeaMonkey/2.9.1
In-Reply-To: <edhtr.7$lT.5@news.usenetserver.com>
Cancel-Lock: sha1:6Vmrjo12GVC3HxQN0pchdKFO8gQ=
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Gerald W. Lester wrote:
> On 5/17/12 6:26 PM, cellist wrote:
>> I've developed a windows application written in perl that is installed
>> as an executable with the perl interpreter embedded in the executable.
>> It is assumed that the PERL INTERPRETER IS NOT INSTALLED on the target
>> system.I want to create an executable from a simple (I hope!) tcl
>> program that will display a form to collect configuration data from
>> the user during the installation of the tcl program. Is it possible to
>> do this without tcl/tk installed at the target site?
>>
>> I've installed the activstate distribution of tcl. I'm a beginner at
>> tcl. I don't have the tcl dev kit.
>
> Well the Tcl Dev kit will do it for you and make your code unreadable
> also if you want it to.
>
> Other than that, I'd recommend putting it into a starpack (look at
> wiki.tcl.tk/starpack and follow the links -- or goolge starpack).
>
> There is also FreeWrap, but I've never used it.
>
>
Freewrap works great. I've never actually followed through
with a star kit.
--
Les Cargill