home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
- Using C VIEW MANAGER with C TOOLS PLUS
-
- April 14, 1987
-
-
- REMOVING DUPLICATE MODULES
-
- Nineteen object modules in the C VIEW MANAGER libraries define functions and
- global variables that can conflict with C TOOLS PLUS:
-
- bdsx scclear scdspmsg scscroll stschind
- bios sccurpos scmode scwrite utpause
- move sccurset scpage stcleft utslmove
- scattrib sccursor scread stpcvt
-
- The C VIEW MANAGER versions of these functions are older than the C TOOLS PLUS
- versions and lack some advanced features. To prevent conflict, it is best to
- remove these modules from your C VIEW MANAGER libraries. The batch file
- CVMFIX.BAT is supplied for this purpose. Here is how to use it:
-
- For the Microsoft Library Manager (LIB), copy the MSREMOVE file and your C
- VIEW MANAGER library to the current directory and execute the following
- command (which is shown for the Microsoft 3.00 S model library):
-
- cvmfix lib view_m3s.lib
-
- For the Lattice Object Module Librarian (OML), copy the LREMOVE file and your
- C VIEW MANAGER library to the current directory and execute the following
- command. (This example applies to the Lattice version 2.10 S model library,
- which is the proper library to use with the Lattice version 3 compiler.)
-
- cvmfix oml view_l2s.lib
-
- To confirm success, use your librarian program (LIB.EXE or OML.EXE) to produce
- a listing of the modified library's contents. Check that none of the nineteen
- modules named above is contained. If OML fails, you may need to edit the
- LREMOVE file to match the case (upper or lower) of the module names in the
- library.
-
-
- USING MULTIPLE VIDEO DEVICES AND PAGES
-
- C VIEW MANAGER can write only to display page 0 of the current video device.
- If you use multiple display pages, always use SCPAGE to select page 0 before
- displaying, reading, writing, or clearing C VIEW MANAGER screens.
-
- It is possible to use C VIEW MANAGER with two video devices. If you do so, be
- sure to select the proper device via SCCHGDEV before performing any C VIEW
- MANAGER screen I/O.
-
- This completes the modifications necessary to use C VIEW MANAGER with C TOOLS
- PLUS.
-
-
-
-
-
-
-
-
-
-