Index of cookbook/code/ch7/
Name Last modified Size Description
Parent Directory 26-Apr-96 11:38 -
quads.f 26-Feb-96 12:49 1K
quads.tcl 26-Feb-96 12:49 2K
#AGOCG Tcl/Tk Cookbook
#Tcl/Tk and FORTRAN
#Authors Lakshmi & Venkat Sastry
This directory contains the source files (*.f & *.tcl) for running the
simple application that provides a Tk interface to a FORTRAN application.
To compile the FORTRAN code for your machine, you will need to have access
to a FORTRAN compiler. Compile and create the fortran executable "quads".
If you call the Fortran executable as anything other than quads, please do
ensure that you change the reference to this executable at the appropriate
line in the Tcl file gui_quads.tcl
Ensure that you can execute the Tcl scripts.
Run the application by typing gui_quads.tcl at command level of your window.