I saw an earlier post about importing assemblies from an arbitary path. The answer was to tell the CLR where to look for it. Does anyone know how to do that?
For now I get e.g. "Assembly "AproposGUI" not found" when loading the apropos example (no matter where I copy the dll).
On Mon, 24 Apr 2006 14:40:22 +0200, Oyvin Halfdan Thuv oyvin@oyvins.net wrote:
For now I get e.g. "Assembly "AproposGUI" not found" when loading the apropos example (no matter where I copy the dll).
The documentation says you should put into your Lisp's application folder. Did you do that? Which Lisp are you using?
Cheers, Edi.
On Tue, Apr 25, 2006 at 01:42:34PM +0200, Edi Weitz wrote:
On Mon, 24 Apr 2006 14:40:22 +0200, Oyvin Halfdan Thuv oyvin@oyvins.net wrote:
For now I get e.g. "Assembly "AproposGUI" not found" when loading the apropos example (no matter where I copy the dll).
The documentation says you should put into your Lisp's application folder. Did you do that? Which Lisp are you using?
Yes (C:\Programfiler\Corman Technologies\Corman Lisp 2.5).
Which Lisp are you using?
It's Corman Lisp 2.51
I just downloaded ACL 7.0 Trial, and that works fine with RDNZL, btw. It also works well on LWPer4.4.6 (though LW will crash if the RDNZL.dll is not in the LW app folder when loading "load").
I have .Net 2.0.50727 installed.
[Please use the mailing list.]
On Tue, 25 Apr 2006 14:15:34 +0200, Oyvin Halfdan Thuv oyvin@oyvins.net wrote:
Yes (C:\Programfiler\Corman Technologies\Corman Lisp 2.5).
That's the folder I'm also using except for "Programfiler" - it's called "Program Files" on my machine.
It's Corman Lisp 2.51
Works for me without problems, I just checked.
I have .Net 2.0.50727 installed.
I have .NET 1.1.something, I think. Maybe this is an 1.x vs. 2.x issue. Roger Corman is subscribed to this list and AFAIK he recently played with RDNZL. Maybe he knows what the problem might be.
On Tue, Apr 25, 2006 at 02:15:34PM +0200, Oyvin Halfdan Thuv wrote:
On Tue, Apr 25, 2006 at 01:42:34PM +0200, Edi Weitz wrote:
On Mon, 24 Apr 2006 14:40:22 +0200, Oyvin Halfdan Thuv oyvin@oyvins.net wrote:
For now I get e.g. "Assembly "AproposGUI" not found" when loading the apropos example (no matter where I copy the dll).
The documentation says you should put into your Lisp's application folder. Did you do that? Which Lisp are you using?
Yes (C:\Programfiler\Corman Technologies\Corman Lisp 2.5).
Which Lisp are you using?
It's Corman Lisp 2.51
I just did a re-install of Corman, and the loading now works (I had installed patches to run slime and asdf) with the default image. The apropos demo doesn't actually work, though (nothing shows up when typing text+enter), and the app crashes corman when resizing the apropos window.