User`s manual

Dynamic C Users Manual digi.com 317
-pf projectFilePathname
-pw TCPPassPhrase
-ret Retries
Description: Specify a project file to read before the command line switches are read.
The environment settings are taken from the project file specified with
-pf,
or default.dcp if no other project file is specified. Any switches on the
command line, regardless of their position relative to the
-pf switch, will
override the settings from the project file.
Factory Default: The project file default.dcp.
GUI Equivalent: Select File | Project | Open...
Example
dccl_cmp myProgram.c -ne 25 -pf myProject.dcp
dccl_cmp myProgram.c -ne 25 -pf myProject
Note: The project file extension, .dcp, may be omitted.
Description: Enter the passphrase required for your TCP/IP connection. If no passphrase
is required this option need not be used.
Factory Default: No passphrase.
GUI Equivalent: Enter the passphrase required at the dialog prompt when compiling over a
TCP/IP connection
Example:
dccl_cmp myProgram.c -pw “My passphrase
Description: The number of times Dynamic C attempts to establish communication if the
given timeout period expires.
Factory Default: 3
GUI Equivalent: None.
Example:
dccl_cmp myProgram.c -ret 5