HP 3000 Manuals

Using SWAT Output [ Switch Programming User's Guide ] MPE/iX 5.0 Documentation


Switch Programming User's Guide

Using SWAT Output 

SWAT output is a stub written in HP Pascal/XL, no matter what language
the original application was written in.  The Switch stub source code
produced by SWAT is, in turn, input for the HP Pascal/XL compiler, which
produces Switch stub object code.  The following command would compile a
SWAT-generated stub named mystub, yielding an object code file named
myobj:

          PASXL mystub, myobj

For more information, refer to the discussion of the PASXL command in the
MPE XL Commands Reference Manual (32650-90003).  Compilation of that
source must be on an MPE XL-based machine.

The resulting object code is input to the MPE XL Link Editor, where you
can either install the object code in an NM Executable Library for shared
use or link it into an NM program file.  Example 3-10 of this manual
illustrates a sample LinkEdit session.  For more information on the Link
Editor, refer to the Link Editor/XL Reference Manual (32650-90030).


MPE/iX 5.0 Documentation