LeAnthony Mathews <[EMAIL PROTECTED]> writes: > O.K. after taking a day or two off trying to get the wxCL GUI examples to > run on my windows XP machine I have given it another try here are my issues: > > 1..using the slime init file: > site-init.lisp > > > 2. using the defpackage.lisp inside ..\wxcl\source\defpackage.lisp > I added: > > (:export #: C:\lispbox-0.6\packages\wxcl\lib\wxc-msw2.6.2.dll > which is the the exact path to the wxcl .dll
Change the above code back to what it was initially. You need to change the following code: to make it point to the exact path to the dll. (eval-when (:compile-toplevel :load-toplevel :execute) (defconstant +library-name+ "../lib/wxc-msw2.6.2.dll")) Also, as other posters mentioned change '\' to '/' or use '\\'. HTH. -- Surendra Singhi http://www.public.asu.edu/~sksinghi/index.html ,---- | "O thou my friend! The prosperity of Crime is like unto the lightning, | whose traitorous brilliancies embellish the atmosphere but for an | instant, in order to hurl into death's very depths the luckless one | they have dazzled." -- Marquis de Sade `---- _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
