Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper/ExoSpace 1.0g - <b>packages</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Packages
------------------------------------------------------------------------------

     CA-Clipper/ExoSpace contains a number of built-in packages which provide
     protected-mode support for certain low-level operations.

     Important!  You never need to use these packages in an application
     consisting purely of CA-Clipper code that does not use any third-party
     libraries.  However, some third-party libraries that perform low-level
     operations--such as direct screen I/O, mouse handling, or certain types
     of network calls--may require one or more of these packages to be
     included.  If you are using a third-party library that does not appear
     to operate correctly with CA-Clipper/ExoSpace, consult the vendor of
     that library to determine whether it requires any packages to be
     included when linking with CA-Clipper/ExoSpace.

 Mouse Support

     Any program or third-party library which supports a mouse will require
     that the MOUSE package be included when linking.  Failure to include
     this package will lead to unpredictable behavior, including applications
     that abnormally terminate or even hang.

     Packages can be specified using the EXOSPACE PACKAGE command when
     linking with CA-Clipper/ExoSpace.  For example, to include mouse and
     NETBIOS support in an application, your link script might include the
     following statement:

     EXOSPACE PACKAGE MOUSE, NET5C

     The following packages are available:

     ------------------------------------------------------------------------
     Package    Description
     ------------------------------------------------------------------------
     8514       IBM 8514 Display Adapter.  Allows direct calls
                from protected mode, with no mode switching.
     DOS25      Absolute Disk Read/Write compatibility package.
                Services INT 25h and 26h.
     INT10      Video BIOS compatibility package.  Services INT 10h.
     IPX        IPX/SPX compatibility package for Novell
                Networks.  Services INT  7Ah.
     MOUSE      Mouse driver compatibility package.  Allows call
                backs.  Services INT 33h.
     NET5C      NETBIOS compatibility package.  Replaces
                netbios?.obj.  Services INT 5Ch.
     NOVM       Disables the CA-Clipper/ExoSpace VM system.
                The resulting application will only run on systems
                that have sufficient RAM to contain  the
                application's entire .EXE and all its data.

                See the EXOSPACE PACKAGE command for more
                information about the NOVM option.
     ------------------------------------------------------------------------


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson