Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 1072 -
3. Installing C Executor library
To install C Executor library;
The xlink386 must be installed before installing C Executor library.
The environment variable (PATH) must be set for executing "xlink386.exe"
and "xlib386.exe".
Under above conditions, C Executor library is installed as follows.
(1) Set the environment variable for using Watcom C.
(2) Insert the library floppy disk to the drive of PC. (Here, the drive name
of floppy disk drive is assumed as "A:".)
(3) Start DOS prompt of Windows95 or command prompt of WindowsNT4.0 if you use
non-DOS system.
(4) Execute the following commands. (Here, the library will be installed into
"C:\APP".)
A: [Enter]
INSTALL C:\APP [Enter]
(5) The message that means the library must be generated is displayed. And
then create library as shown below.
C: [Enter]
CD \APP\INSTALL [Enter]
COPY \WATCOM\LIB286\DOS\CLIBL.LIB [Enter] ..... (A)
XLIBW10 [Enter] ..... (B)
The directory, in which Watcom C is installed, is assumed "C:\WATCOM".
If Watcom C is installed another directory, change the directory name
from "\WATCOM\..." of line (A) to the target directory name. When you
use Watcom 11.0, change from "XLIBW10" of line (B) to "XLIBW11".
("XLIBW10" is provided for Watcom 10.5.)
Now, installation of C Executor library has been completed.