home *** CD-ROM | disk | FTP | other *** search
-
- This archive, CXL??_MS.ARC, should contain the following files:
-
- CXLS.LIB - CXL library for the tiny & small memory models
- README.MS - this file
-
- In addition to this archive file, you will also need the CXL??.ARC file
- which contains the documentation, header files, and demo program.
-
- The "??" represents the current CXL version number and may or may not be
- present in the file names.
-
-
- To compile a program using Microsoft Optimizing C and CXL functions:
-
- 1. Make sure all needed CXL header files are #included in
- your source code file.
-
- 2. From the DOS command line, type:
-
- cl myfile.c cxls.lib
-
-
- Or to compile a program using QuickC and CXL functions:
-
- 1. Make sure all needed CXL header files are #included in
- your source code file.
-
- 2. From the DOS command line, type:
-
- qcl myfile.c cxls.lib
-
-