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"

_______________________________________________
Gardeners mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/gardeners

Reply via email to