Re: where to find bin, include and lib directories in tcl8.0 version source code
From: hari gunupudi (hari.gunupudi_at_gmail.com)
Date: 11/29/04
- Next message: bob decker: "tclkit, starkits, starpacks"
- Previous message: Chris McDonald: "Re: Tutorial Version 2 is released"
- In reply to: hari gunupudi: "where to find bin, include and lib directories in tcl8.0 version source code"
- Next in thread: Bob Techentin: "Re: where to find bin, include and lib directories in tcl8.0 version source code"
- Reply: Bob Techentin: "Re: where to find bin, include and lib directories in tcl8.0 version source code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Nov 2004 19:36:59 -0800
can somebidy please help me with this question
hari.gunupudi@gmail.com (hari gunupudi) wrote in message news:<4089e6ee.0411222051.686f162e@posting.google.com>...
> my ultimate task is to generate a dll file to be used in tcl8.0
> enviroment.
> i am using swig and visual c++ to get this done.
>
> i tried doing this with tcl8.4.7 version and i am able to generate it
> and work with it (as explained in the documentation from www.swig.org
> i need to give paths of tcl\lib and tcl\include to get the dll
> generated)
>
> now i am trying to do the same with tcl8.0
>
> so problems are:
>
> 1) so i went to tcl website and downloaded the tcl 8.0.5 version and
> unzipped it. but i am not able to find the following directories:
> include and lib.
>
> 2) i have some how guessed that i need to essentially give paths of
> tcl.h and tcl8x.lib files. i have downloaded tcl80vc.lib from
> somewhere and gave the path and so i generated the dll file. now i
> need to load this dll in tcl and see whether it runs or not. so i need
> to execute tclsh, but i am not able to find tclsh. there is no bin
> directory at all in the tcl8.0 version source code. where do i get
> tclsh.exe in tcl8.0.
>
> i dont know if i am lost or if i have downloaded the wrong source code
> for tcl8.0. i have used this link to download
> http://www.tcl.tk/software/tcltk/8.0.html and i have downloaded the
> source code in the windows source releases section.
>
> some one please help me figure out how to come out of this problem.
> help is greatly appreciated.
- Next message: bob decker: "tclkit, starkits, starpacks"
- Previous message: Chris McDonald: "Re: Tutorial Version 2 is released"
- In reply to: hari gunupudi: "where to find bin, include and lib directories in tcl8.0 version source code"
- Next in thread: Bob Techentin: "Re: where to find bin, include and lib directories in tcl8.0 version source code"
- Reply: Bob Techentin: "Re: where to find bin, include and lib directories in tcl8.0 version source code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|