Modifying the Source Code [ HP Motif/iX Programmer's Supplement ] MPE/iX 5.0 Documentation
HP Motif/iX Programmer's Supplement
Modifying the Source Code
When porting your X client from HP-UX to MPE/iX, be sure to examine your
source code for the following incompatible code segments and make the
necessary modifications to remove the incompatibilities:
* changes due to HP Motif/iX implementation
* external routines not available on MPE/iX
HP Motif/iX implementation changes
Use include statements to specify HP Motif/iX header files in the same
manner as they are described in X and OSF/Motif documentation. For
example:
#include <X11/Form.h>
External routines not available on MPE/iX
Another consideration when porting your X client to MPE/iX from HP-UX is
its probable use of HP-UX system calls and other external routines not
available on MPE/iX.
[REV BEG]
Most functions commonly used by HP-UX X clients are supported by the
POSIX/iX libraries on MPE/iX. Please refer to MPE/iX Developer's Kit
Reference Manual, Volume 1 (36430-90001) to determine if a particular
function is supported.[REV END]
MPE/iX 5.0 Documentation