Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Include elements for the C/C++ compiler

In order for the C parameter structures to be generated, library SYSLIB.LMS.036 (containing the INCLUDE member LMS.H) must first be assigned. Assignment is possible using the following C/C++ compiler statement:

//MODIFY-INCLUDE-LIBRARIES-

//                STD-INCLUDE-LIBRARY = (..., $.SYSLIB.LMS.036)

The installation location of this library is freely selectable via IMON.

The installation location of SYSLNK.LMS.036 can be determined and stored into an S variable using the builtin function INSTALLATION-PATH:

/SET-VARIABLE LIBRARY-NAME =INSTALLATION-PATH-
                           (LOGICAL-ID =  'SYSLNK'        -
                           ,INSTALLATION-UNIT =  'LMS'    -
                           ,VERSION =  '3.6'              -
                           ,DEFAULT-PATH-NAME =  '$.SYSLNK.LMS.036')

Then the library can be assigned as follows:

/START-CPLUS-COMPILER
//MODIFY-INCLUDE-LIBRARIES  -
//               STD-INCLUDE-LIBRARY = (..., &(LIBRARY-NAME))