[Openmcl-devel] Finding the CDB interface files
Gary Byers
gb at clozure.com
Tue Jan 25 12:05:07 PST 2005
On Tue, 25 Jan 2005 12:55:19 -0500 David Steuber <david at david-steuber.com> wrote:
>
> Perhaps I was doing something wrong, but this did not work for me:
>
> CL-USER> (open-shared-library
> "/System/Library/Frameworks/AGL.framework/AGL")
> #<SHLIB /System/Library/Frameworks/AGL.framework/AGL #x6493426>
> CL-USER> #$AGL_NONE
> ; Evaluation aborted
> CL-USER> #$_AGL_NONE
> ; Evaluation aborted
> CL-USER> #$AGL_COLORMAP_TRACKING
> ; Evaluation aborted
I believe that you'd find these constants if you did:
(use-interface-dir :agl) ; tell #$,#_, etc where to look
which is somewhat analogous to
#include <agl.h> ; or whatever
More information about the Openmcl-devel
mailing list