Mosel Model Compiler Library
Compilation
The Mosel Model Compiler (xprm_mc) Library contains the compiler of Mosel. The main function provided performs the compilation of a source model file into the corresponding binary model (BIM) file. Note that xprm_mc requires the library xprm_rt to be present and even a program using only the XPRMcompmod function must initialize Mosel with the function XPRMinit.
Programs using the Model Compiler Library must include the header file xprm_mc.h.
Note that all text strings handled by functions of this library are encoded in UTF-8. It is therefore required to convert text strings to alternate encodings when exchanging data with other libraries not working with UTF-8. In particular the C library supports either wide characters (wchar_t type) or the default system encoding (that depends on the localisation of the system). These encoding conversions can be achieved with the help of the XPRNLS library (please refer to the XPRNLS Reference Manual for further details).
Compile a model source file.
|
|
Compile, load then run a model source file.
|
© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.