PDA

View Full Version : Error Making a .Fas file


jmcshane
2006-07-04, 04:15 PM
Hi,

I am trying to make a .Fas of a lisp routine using the Visual Lisp Editor Make New Application Wizard but I keep getting :

error: bad argument value: non-negative: -1

The routine runs perfectly whenever I appload it, and having checked all the variables.
the only -1 value returned is for (setq lw (getvar "celweight"))

Has anybody any ideas??


John

kennet.sjoberg
2006-07-04, 05:19 PM
. . . Has anybody any ideas?? . . .
If you do not use 8.3 filename, try that.

: ) Happy Computing !

kennet

jmcshane
2006-07-04, 05:31 PM
If you do not use 8.3 filename, try that.


Sorry, I'm not with you on that one. What do you mean 8.3 filename ?

In the Visual lisp Editor, I go to File, make application, new application wizard and choose simple. There I specify the Application location and the Application Name and take it from there


John

kennet.sjoberg
2006-07-04, 05:43 PM
Sorry, I'm not with you on that one. What do you mean 8.3 filename. . .
If you have a filename like "My program is the best.lsp" you got problem
try
"My_Progr.lsp"
"12345678.123" = 8.3 = a DOS limit, you know Bill G ? ; )

: ) Happy Computing !

kennet

BTW
The same for the dcl -file if exist, here is a related LINK (http://forums.augi.com/showthread.php?t=14586#post90837)

jmcshane
2006-07-04, 07:01 PM
Nice one Kennet.

It will actually let me do a 24.3

Thanks again


John

kennet.sjoberg
2006-07-04, 07:06 PM
Nice one Kennet.

It will actually let me do a 24.3

Thanks again


John

Good, then you kan use "My program is the best .lsp" :p 23.3

: ) Happy Computing !

kennet