R10 LISP to 2002

R10 LISP to 2002

Anonymous
Not applicable
207 Views
4 Replies
Message 1 of 5

R10 LISP to 2002

Anonymous
Not applicable
I need to use LISP files created for Release 10 in Acad
2002.

What changes do I nee to make to the files? I noticed in
some examples that "Command" included "_." before the actual
command as in: (command "_.line" pt1 pt2 """").

Also where do I get 2002 to recognize the directory these
LISP files are in?

Thanks in advance,

Gale Gorman
Houston
0 Likes
208 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Autocad wil recognize the files if you put the path in:
tool->options->files->support file search path.

There are several changes in lisp between 10 and 2002, one is the "_".
The best way is just trying.

jan

"Gale Gorman" schreef in bericht
news:A427F429ED4EE31DEACB8DF2363C81B7@in.WebX.maYIadrTaRb...
> I need to use LISP files created for Release 10 in Acad
> 2002.
>
> What changes do I nee to make to the files? I noticed in
> some examples that "Command" included "_." before the actual
> command as in: (command "_.line" pt1 pt2 """").
>
> Also where do I get 2002 to recognize the directory these
> LISP files are in?
>
> Thanks in advance,
>
> Gale Gorman
> Houston
>
>
0 Likes
Message 3 of 5

Anonymous
Not applicable
I thought the "_" was only for working with different language versions.

"-" (hyphen) needed before "insert".

Not new but "." before command uses the actual AutoCAD command (".quit") not
a redefined version.

"Jan van de Poel" wrote in message
news:E0E662280B5B4516358141D01169ED01@in.WebX.maYIadrTaRb...
> Autocad wil recognize the files if you put the path in:
> tool->options->files->support file search path.
>
> There are several changes in lisp between 10 and 2002, one is the "_".
> The best way is just trying.
>
> jan
>
> "Gale Gorman" schreef in bericht
> news:A427F429ED4EE31DEACB8DF2363C81B7@in.WebX.maYIadrTaRb...
> > I need to use LISP files created for Release 10 in Acad
> > 2002.
> >
> > What changes do I nee to make to the files? I noticed in
> > some examples that "Command" included "_." before the actual
> > command as in: (command "_.line" pt1 pt2 """").
> >
> > Also where do I get 2002 to recognize the directory these
> > LISP files are in?
> >
> > Thanks in advance,
> >
> > Gale Gorman
> > Houston
> >
> >
>
>
0 Likes
Message 4 of 5

Anonymous
Not applicable
You're correct, that's why i wrote " one of the changes ".
Besides the "_" "-" and "." there are some small command changes.
Don't remember what more changes there are, some commands are a little
changed and many have been added.

Jan

"Warren Trost" schreef in bericht
news:FEF40A32A1EFFDE16DAAA1E41EBD4ADF@in.WebX.maYIadrTaRb...
> I thought the "_" was only for working with different language versions.
>
> "-" (hyphen) needed before "insert".
>
> Not new but "." before command uses the actual AutoCAD command (".quit")
not
> a redefined version.
>
> "Jan van de Poel" wrote in message
> news:E0E662280B5B4516358141D01169ED01@in.WebX.maYIadrTaRb...
> > Autocad wil recognize the files if you put the path in:
> > tool->options->files->support file search path.
> >
> > There are several changes in lisp between 10 and 2002, one is the "_".
> > The best way is just trying.
> >
> > jan
> >
> > "Gale Gorman" schreef in bericht
> > news:A427F429ED4EE31DEACB8DF2363C81B7@in.WebX.maYIadrTaRb...
> > > I need to use LISP files created for Release 10 in Acad
> > > 2002.
> > >
> > > What changes do I nee to make to the files? I noticed in
> > > some examples that "Command" included "_." before the actual
> > > command as in: (command "_.line" pt1 pt2 """").
> > >
> > > Also where do I get 2002 to recognize the directory these
> > > LISP files are in?
> > >
> > > Thanks in advance,
> > >
> > > Gale Gorman
> > > Houston
> > >
> > >
> >
> >
>
>
0 Likes
Message 5 of 5

Anonymous
Not applicable
If you have the AutoDesk Migration Tools installed, there is an AutoLISP
compatibility Analyzer that does a good job of flagging potential errors.
David

"Gale Gorman" wrote in message
news:A427F429ED4EE31DEACB8DF2363C81B7@in.WebX.maYIadrTaRb...
> I need to use LISP files created for Release 10 in Acad
> 2002.
>
> What changes do I nee to make to the files? I noticed in
> some examples that "Command" included "_." before the actual
> command as in: (command "_.line" pt1 pt2 """").
>
> Also where do I get 2002 to recognize the directory these
> LISP files are in?
>
> Thanks in advance,
>
> Gale Gorman
> Houston
>
>
0 Likes