NextPrevUpTopContentsIndex

7.6 Loading CLIM 2.0

Load CLIM 2.0 into a LispWorks for X11/Motif image with

(require "clim")

and the CLIM demos with

(require "clim-demo")

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

(load-all-patches)
(require "clim")
(save-image "<destination
>/clim-lispworks")

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

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

Note: CLIM is not supported by the LispWorks native Mac OS X image and cannot be loaded into it.

Note: Do not attempt to load CLIM via the clim loader files in the clim distribution. This will cause CLIM patches to not be loaded. Use (require "clim") .


LispWorks Release Notes and Installation Guide - 18 Mar 2008

NextPrevUpTopContentsIndex