User guide
86 DC 900-1333P
Freeway User Guide
Step 3: Dynamic link libraries must reside in the current working directory or in a
directory specified in your “PATH” environment variable. Do one of the following:
Add
C:\freeway\client\op-sys\lib to your path.
or
Copy the
.dll files from C:\freeway\client\op-sys\lib to your bin
directory or to another directory in your path.
2.4.5 Build the CS API Files
If you are using the X.25 protocol, you must build the CS API files needed by the
Freeway software. A make file is included that performs this operation.
Step 1: From the
freeway\lib\cs_api directory, enter one of the following commands.
The newly created file will be placed in the
freeway\client\op-sys\lib directory.
cd C:\freeway\lib\cs_api
nmake -f makefile.ant all
(for an Alpha NT system)
nmake -f makefile.int all (for an Intel NT system)
Step 2: Dynamic link libraries must reside in the current working directory or in a
directory specified in your “PATH” environment variable. Do one of the following:
Add
C:\freeway\client\op-sys\lib to your path.
or
Copy the
.dll files from C:\freeway\client\op-sys\lib to your bin
directory or to another directory in your path.