All Manuals > Foreign Language Interface User Guide and Reference Manual > 7 Function, Macro and Variable Reference

print-collected-template-info Function

Summary

Prints the FLI Template information in the image.

Package

fli

Signature

print-collected-template-info &key output-stream => nil

Arguments
output-stream
An output stream designator. The default is nil, meaning standard output.
Description

The FLI converters require pieces of compiled code known as FLI templates, and sometimes your delivered application will need extra templates not included in LispWorks as shipped.

The function print-collected-template-info prints the information about FLI templates that has been collected. These must be compiled and loaded into your application. The output is printed to output-stream.

See the Delivery User Guide for further details.

See also

start-collecting-template-info


Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:58