vlisp in Autocad R14

  • Thread starter Thread starter Greg McLandsborough
  • Start date Start date
G

Greg McLandsborough

One of my clients is running R14, and wants to run my menu, which has been
written in 2000/2002. I have an old version of Vlisp V1.0, in which I can
view all the code I have, vl-... formatted etc, however, when I try to load
vlisp I have an error. ie (vl-load-com) doesn't work.

Is it possible to get ActiveX to work in 14, I know Vba will. What do I need
to do ?

Thanks for your help.

Cheers

Greg McLandsborough
 
Greg McLandsborough said:
One of my clients is running R14, and wants to run my menu, which has been
written in 2000/2002. I have an old version of Vlisp V1.0, in which I can
view all the code I have, vl-... formatted etc, however, when I try to load
vlisp I have an error. ie (vl-load-com) doesn't work.

Is it possible to get ActiveX to work in 14, I know Vba will. What do I need
to do ?

In R14 you needed to compile the VLISP or VitalLISP stuff to an ARX
application, or you needed to have the VLISP/VitalLISP interpreter
installed. You then ha two interpreteres: the old AutoLISP with the
possibilty to enter functions at the command line, and VLISP as
another independed interpreter. Indeed, the compiled ARX was nothing
else but a compination of the VLISP code and the runtime-module of the
interpreter.

Tom Berger
 
Which is done how ?

Do i need a complete version of R14 Visual Lisp, or is there a patch. Bet
Autodesk wont have these on the web sites....
 
Visual LISP for R14 was sold as an extra (99$).
I believe it is no longer available.
But you could try your AutoCAD reseller, maybe.
 
Back
Top