From oyvin at oyvins.net Mon Apr 24 12:40:22 2006 From: oyvin at oyvins.net (Oyvin Halfdan Thuv) Date: Mon, 24 Apr 2006 14:40:22 +0200 Subject: [rdnzl-devel] Arbitary path for assembly Message-ID: <20060424124022.GA31016@oyvins.net> 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). -- ?yvin From edi at agharta.de Tue Apr 25 11:42:34 2006 From: edi at agharta.de (Edi Weitz) Date: Tue, 25 Apr 2006 13:42:34 +0200 Subject: [rdnzl-devel] Arbitary path for assembly In-Reply-To: <20060424124022.GA31016@oyvins.net> (Oyvin Halfdan Thuv's message of "Mon, 24 Apr 2006 14:40:22 +0200") References: <20060424124022.GA31016@oyvins.net> Message-ID: On Mon, 24 Apr 2006 14:40:22 +0200, Oyvin Halfdan Thuv 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. From oyvin at oyvins.net Tue Apr 25 12:15:34 2006 From: oyvin at oyvins.net (Oyvin Halfdan Thuv) Date: Tue, 25 Apr 2006 14:15:34 +0200 Subject: [rdnzl-devel] Arbitary path for assembly In-Reply-To: References: <20060424124022.GA31016@oyvins.net> Message-ID: <20060425121534.GA35670@oyvins.net> 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 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. -- ?yvin From edi at agharta.de Tue Apr 25 12:23:55 2006 From: edi at agharta.de (Edi Weitz) Date: Tue, 25 Apr 2006 14:23:55 +0200 Subject: [rdnzl-devel] Arbitary path for assembly In-Reply-To: <20060425121534.GA35670@oyvins.net> (Oyvin Halfdan Thuv's message of "Tue, 25 Apr 2006 14:15:34 +0200") References: <20060424124022.GA31016@oyvins.net> <20060425121534.GA35670@oyvins.net> Message-ID: [Please use the mailing list.] On Tue, 25 Apr 2006 14:15:34 +0200, Oyvin Halfdan Thuv 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. From oyvin at oyvins.net Tue Apr 25 12:33:50 2006 From: oyvin at oyvins.net (Oyvin Halfdan Thuv) Date: Tue, 25 Apr 2006 14:33:50 +0200 Subject: [rdnzl-devel] Arbitary path for assembly In-Reply-To: <20060425121534.GA35670@oyvins.net> References: <20060424124022.GA31016@oyvins.net> <20060425121534.GA35670@oyvins.net> Message-ID: <20060425123350.GA35809@oyvins.net> 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 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. -- ?yvin