Barcode Reader User Manual

Setting Up the Code Generation Environment
1-4
1.3 Setting Up the Code Generation Environment
Before or after you install the code generation tools, you can define environ-
ment variables that set certain software tool parameters you normally use. An
environment variable
is a special system symbol that you define and associate
to a string. A program uses this symbol to find or obtain certain types of
information.
When you use environment variables, default values are set, making each
individual invocation of the tools simpler because these parameters are auto-
matically specified. When you invoke a tool, you can use command-line
options to override many of the defaults that are set with environment vari-
ables.
The code generation tools use the following environment variables:
A_DIR
C_DIR
C_OPTION
TMP
By default, the installation program modifies your autoexec.bat file and sets
up these environment variables:
set PATH=c:\
tool_dir
;%PATH%
set A_DIR=c:\
tool_dir
set C_DIR=c:\
tool_dir
If you choose not to have the environment variables set up automatically, you
can modify your autoexec.bat file to include the set commands above.
In addition to setting up environment variables, you must modify your path
statement. The following subsections describe how to modify your path state-
ment and how to define the environment variables that the code generation
tools use.