Chapter 6. Setup

Table of Contents
6.1. Setup window and configuration file
6.2. Program Launch Options
6.3. Decimal Translation
6.4. TCP/IP Settings
6.5. Domain Settings
6.6. DDE and Name Settings

Cascade Connect can be configured in two ways: by using the Cascade Connect Setup window, or by editing the configuration file directly. This chapter is organized by the option grouping of the Setup window. Each section explains the options of one group, such as Program Launch Options, Decimal Translation, and so on.

6.1. Setup window and configuration file

You can open the Cascade Connect Setup window by clicking on the icon.

The Setup window looks like this:

Cascade Connect takes the information entered in the Setup window and writes it to the configuration file, whose name has the format: filename.ini. Every option in the Setup window corresponds to one line in the configuration file. The explanation for each Setup window option also includes the configuration file syntax for that option, with this format:

    optionname    entry

As an alternative to using the Setup window, you can edit the configuration file directly, using the Windows Notepad program or any word-processor. A typical group of entries in a configuration file looks like this:

    # Set up hosts and domains
    host            node9.acme.com
    default         default
    domain          default
    tcpservice      cascade

The options in the configuration file can be written in any order, but are typically grouped by functionality, as in the Setup window. Here we list them alphabetically:

Note

Some option names include the string "qnx". This is because Cascade Connect originally supported the QNX Operating System data server environment exclusively. We retain the "qnx" strings in these names for backward compatibility.

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.