[ 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.

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 Sat Aug 7 01:44:23 2004