Article # 112, added by Geoworks, historical record
| first | previous | index | next | last |

Can't run Swat. Missing swat.tcl file.




If you can't run Swat because of a missing SWAT.TCL file, the problem
could lie in the SWAT.CFG file. Swat will exit when it can't find the
SWAT.TCL file, which is in the TCL directory of your root SDK directory
(usually PCGEOS). If you installed the SDK to a directory named something
other than PCGEOS then Swat won't be able to find the TCL directory. The
SWAT.CFG file is responsible for telling Swat where to look for the TCL
directory. So to fix the problem use your favorite editor to change the
SWAT.CFG file. Look for the line: 

  syslib TCL

And change it to:

  syslib \\TCL

where  is the name of the directory where you installed the SDK.
This should allow Swat to find the SWAT.TCL file and thus work correctly.