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

NextPrevUpTopContentsIndex

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.

See the LispWorks Delivery User Guide for further details.

See also

start-collecting-template-info


LispWorks Foreign Language Interface User Guide and Reference Manual - 29 Sep 2017

NextPrevUpTopContentsIndex