Search found 3 matches

by biffsnot
Tue Dec 15, 2009 4:14 am
Forum: newLISP and the O.S.
Topic: newLISP-GS IDE has 'ERR: no working directory found' (VISTA)
Replies: 4
Views: 3677

Re: Small error found in newlisp-edit.lsp affects windows users

(string newlispDir "/newlisp.exe " currentExtension " -C -w /"" $HOME "/"")) That is very odd. The characters in red are the strings: (string newlispDir "/newlisp.exe " currentExtension " -C -w /"" $HOME " / "" ) So $HOME is not being evaluated, but that '/' is, producing a string such as this: new...
by biffsnot
Sat Dec 12, 2009 10:04 pm
Forum: newLISP and the O.S.
Topic: newLISP-GS IDE has 'ERR: no working directory found' (VISTA)
Replies: 4
Views: 3677

Small error found in newlisp-edit.lsp affects windows users

I am new to LISP in general, but I think I found a very simple thing that was botching IDE up, not running newlisp at the bottom of the window like it should. Kept telling me no working directory found. So I tried installing it on my iMac - and it worked without a hitch. So I opened newlisp-edit.lsp...
by biffsnot
Sat Dec 12, 2009 5:46 am
Forum: newLISP and the O.S.
Topic: newLISP-GS IDE has 'ERR: no working directory found' (VISTA)
Replies: 4
Views: 3677

newLISP-GS IDE has 'ERR: no working directory found' (VISTA)

Hello all. This may be something stupid - who knows. When I open newLISP IDE I see 'ERR: no working directory found' at the bottom, and no program will show any output - though I do believe they run. I know you pass the working directory to newLISP itself - but I cant seem to figure this IDE thing o...