Yes, we should probably spend time to figure out what options
shouldn't be saved for projects to run on Tcl 8.0.5. Maybe have
an option in the preferences like "8.0.5 compatible" or "8.1.0" ... ?

But besides these extra options, the generated code does
nothing fancy, so it will run on 8.0.5. I just tried a bitmap button
compound that I wrote and a sample app. It worked well under
8.0.5

CG



|--------+------------------------------------->
|        |          Damon Courtney             |
|        |          <[EMAIL PROTECTED]> |
|        |          Sent by:                   |
|        |          [EMAIL PROTECTED]|
|        |          eforge.net                 |
|        |                                     |
|        |                                     |
|        |          04/04/2001 11:16 AM        |
|        |          Please respond to vtcl-user|
|        |                                     |
|--------+------------------------------------->
  
>-----------------------------------------------------------------------------------------------------------|
  |                                                                                    
                       |
  |       To:     [EMAIL PROTECTED]                                      
                       |
  |       cc:     [EMAIL PROTECTED]                                                  
                       |
  |       Fax to:                                                                      
                       |
  |       Subject:     Re: [vtcl-user] Menu errors                                     
                       |
  |                                                                                    
                       |
  
>-----------------------------------------------------------------------------------------------------------|




> > Sorry, you need Tcl/Tk 8.3.2. The "end-1" way of specifying indexes
> > has been included in Tcl after the 8.0.5 version.
> >
> > I don't think it is a risk at all to upgrade from 8.0.5 to 8.3.2. Major
> > extensions like BLT, [incr Tcl/Tk] and tkTable all work for 8.3.2.
>
> Then you bilieve it is not a isk develop a program using 8.3.2 if this
program
> will be run in a linux distribution with the 8.0.5 version of tk and tcl?
>
> >
> > Tcl/Tk code designed for 8.0.5 should run without change with 8.3.2
> > (but the opposite is not true).
>
> This is what I'm concerned, if I develop one utility using the version
8.3.2,
> he will run without problems in a Linux Distribution like Conectiva Linux
5.0
> with the 8.0.5 version of tk and tcl?

    Well, just because YOU need 8.3.2 to develop the application with vTcl,
does not meant that your program will not run under 8.0.5.  I know that
8.0.5 is the standard Tcl shipped with Linux.  You just have to remember
when you are writing YOUR code to not use anything that would not work in
8.0.5.

    Visual Tcl needs at least 8.3.2 to run, but that doesn't mean that the
same is required to run programs generated by vTcl.  If I'm not mistaken,
programs generated by vTcl should still run smoothly under 8.0.5.  Just
use 8.3.2 personally for your own development.

Thanks,

Damon Courtney


_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user




_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to