I'm trying to run the celsius sample recently committed to ClojureCLR. It works fine when I run Clojure.Main from Visual Studio, but from a command line I get this: c:\Users\Shawn\clojure-clr\Clojure\Clojure.Main\bin\Debug >Clojure.Main.exe Clojure 1.1.0-alpha-SNAPSHOT user=> (import '(System.Windows.Forms Form)) System.NullReferenceException: Object reference not set to an instance of an obj ect. at clojure.lang.Util.NameForType(Type t) in C:\Users\Shawn\clojure-clr\Clojure\Clojure\Lib\Util.cs:line 397 at clojure.lang.Namespace.importClass(Type t) in C:\Users\Shawn\clojure-clr\Clojure\Clojure\Lib\Namespace.cs:line 266 at lambda_method(Closure ) at AFunction_impl.invoke() at REPLCall(Closure ) user=>
I ran ProcMon to see if it was failing to find an important file, but I couldn't see any activity between when it loaded the last bootstrap file and when the error occurred. Any tips? Shawn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---