Tcl2c

Create a C file from Tcl file for C compiler
SourceForge Logo


| DOWNLOAD |
 
     tcl2c allows to create a C file using by C compiler, example by gcc.

for Win32s (Cygwin32) and Linux
and based on tcl2c.c written by  Jan Nijtmans

DOWNLOAD

http://sourceforge.net/projects/tcl2c/files/


USAGE

       
tcl2c -tcl -tk foo.tcl > foo.c

BUILDING YOUR STANDALONE TCL EXECUTABLE APPLICATION
     
For Win32 (Windows) :

Using example directory and foo.tcl file

cd example  
 
#testing example

foo.exe

#recompiling example (CygWin requiered)

make.bat
For Linux :

Using example directory and foo.tcl file
 
./cd example  

#testing example

./foo

#Recompling example (gcc requiered)

make
   
   if using Wine, it's possible compiling Win32 version under Linux, if CygWin is installed.
     
HELP

         tcl2c -help

THANKS TO USE Tcl2c.

 Cyril.


1997-2013 (c) Cyril BARBATO
 * DISCLAMER OF ALL WARRANTIES *
http://barbato.freeheberg.com
cyril.barbato@gmx.com