ACADLISP

Discussion in 'AutoCAD' started by MUXBOY, Jan 19, 2005.

  1. MUXBOY

    MUXBOY Guest

    I am trying to get familiar with AutoLISP via using a tutorial. When I load an example type the name of the LISP file in the Visual LISP editor, it executes but nothing happens in ACAD. What am I doing wrong?
     
    MUXBOY, Jan 19, 2005
    #1
  2. MUXBOY

    cwitt Guest

    when you are in the lisp editor it's not ment to effect cad.. (not that
    i know of)..
     
    cwitt, Jan 19, 2005
    #2
  3. MUXBOY

    krispy Guest

    what exactly are you typiing into AutoCAD and what is the LISP function name?
     
    krispy, Jan 19, 2005
    #3
  4. MUXBOY

    Avdo F Guest

    In order to run lisp application, you must load it first.
    use appload command on command prompt.
    take a look into lisp file it self using vlide.
    It begins always with something like..

    (defun c:something.... ()

    that means after loading lisp file, you will be able to use a new
    command called something
     
    Avdo F, Jan 19, 2005
    #4
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.
Similar Threads
There are no similar threads yet.
Loading...