[ The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]

library(fcompile)

Generate platform independent object files

Predicates

fcompile(++File)
Generates a byte-form object file from the ECLiPSe source File.
fcompile(++File, ++Options)
Generates a object file from the ECLiPSe source File with specified options.
fcompile_body(?, ?)
No description available
fcompile_body(?, ?, ?)
No description available

Description

The fcompile library is used to generate object files from ECLiPSe source files.

The object files has suffix 'eco', and is a platform independent object format which can be loaded into other sessions of ECLiPSe, much as an ECLiPSe source file.


Generated from fcompile.eci on Wed May 15 03:40:53 2002