[Gardeners] CLisp GUI application creation "hand holding"

LeAnthony Mathews leanthonymathews at gmail.com
Wed Dec 21 19:35:09 CST 2005


At least i'm getting somewhere.

-My change of \ to / in the site-init.lisp  made the difference

(register-source-directory "C:/lispbox-0.6/packages/wxcl/")
(asdf:operate 'asdf:load-op 'wxcl)

- In my defpackage.lisp

;;added this section
(eval-when (:compile-toplevel :load-toplevel :execute)
 (defconstant +library-name+ "/lispbox-0.6/packages/wxcl/lib/wxc-
msw2.6.2.dll"))

(defpackage :wxCL
    (:use :common-lisp :ffi)
  (:export #:+library-name+

-getting this error
*** - FFI::FOREIGN-LIBRARY: Cannot open library "../lib/wxc-msw2.6.2.dll"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.lispniks.com/pipermail/gardeners/attachments/20051221/b4670000/attachment.html


More information about the Gardeners mailing list