Next: VisionX Programming Tools
Up: VisionX V4 Programmers Guide
Previous: VisionX V4 Programmers Guide
The VisionX command vcc should be used to compile all VisionX programs.
This command will invoke the compiler and link in all the
libraries necessary for the VisionX programming tools.
For example, the command to compile the program vpex.c,
given in Appendix A, is:
vcc vpex.c -o vpex
For further information see the man page for vcc(1).
This documentation may be accessed on the computer system by
typing the command:
man vcc
A. P. Reeves, © Copyright 1998
8/16/1998