vlisp in Autocad R14

Discussion in 'AutoCAD' started by Greg McLandsborough, Sep 15, 2003.

  1. 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, Sep 15, 2003
    #1
  2. Greg McLandsborough

    Rudy Tovar Guest

    You'll need to convert to R14 Visual LISP.
     
    Rudy Tovar, Sep 15, 2003
    #2
  3. Greg McLandsborough

    Tom Berger Guest

    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
     
    Tom Berger, Sep 15, 2003
    #3
  4. 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....
     
    Greg McLandsborough, Sep 15, 2003
    #4
  5. Greg McLandsborough

    R. Togores Guest

    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.
     
    R. Togores, Sep 16, 2003
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.