All Manuals > LispWorks Release Notes and Installation Guide > 11 Configuration on Windows

NextPrevUpTopContentsIndex

11.6 Loading CLIM 2.0

Load CLIM 2.0 into LispWorks 7.1 with

(require "clim")

and the CLIM demos with

(require "clim-demo")

rather than the clim loader files in the clim distribution (which were the entry points in LispWorks 3).

A configuration file to save an image with CLIM 2.0 preloaded would look something like this:

(load-all-patches)
(require "clim")
(save-image "C:\\path\\to\\clim-lispworks")

11.6.1 Running the CLIM demos

To run the demo software, enter the following in a listener:

(require "clim-demo")
(clim-demo:start-demo)

This displays a menu listing all the demos. Choose the demo you wish to see. More information about the demos is in section "The CLIM demos" of the Common Lisp Interface Manager 2.0 User's Guide


LispWorks Release Notes and Installation Guide - 19 Oct 2017

NextPrevUpTopContentsIndex