Re: Integrating Clojure-CLR w/ VS

2011-07-05 Thread Sean Devlin
That + a reboot was exactly what I needed. Oh, the joys of windows system administration! On Jul 2, 11:03 pm, Jeff Sigmon wrote: > Sean, > > It looks like your not alone, see > thishttps://github.com/jmis/vsClojure/issues/33 > > I was able to launch an exe outside of VS by adding the following

Re: Integrating Clojure-CLR w/ VS

2011-07-02 Thread Jeff Sigmon
Sean, It looks like your not alone, see this https://github.com/jmis/vsClojure/issues/33 I was able to launch an exe outside of VS by adding the following environment variable -> name: clojure.load.path value: %USERPROFILE%\AppData\Local\Microsoft\VisualStudio\10.0\Extensions\jmis\vsClojure\1

Integrating Clojure-CLR w/ VS

2011-07-01 Thread Sean Devlin
I'm trying to use Clojure in the .NET world. I've got the binary distribution downloaded, and this VS plugin http://visualstudiogallery.msdn.microsoft.com/fb895809-2ae0-48aa-8a96-3c0d5b8e1fdc/ installed. I'm trying to build my first "Hello World" executable. However, when I try to run I get he