Location of terminal parameter filesΒΆ

Terminal parameter files located in the $SCULPTOR/term directory.

Sculptor requires that the compiled terminal file (.v extension) which is currently selected for the terminal is present in this directory when a screen form program is run. If the file is missing the program fails to load, and an error message such as the following is generated:

Cannot open file C:\\SCULPTOR\\term\\dospcc.v
Operating system error 2

The source file (.s extension) need not be located in the term directory. If a source file is located elsewhere, note that the compiler compterm has an optional -p flag which causes the compiled code to be placed in the term directory.


RELATED TOPICS

Physical files required

Terminal parameter files