No function definition

Discussion in 'AutoCAD' started by joules, Mar 22, 2005.

  1. joules

    joules Guest

    hello. im still new with autolisp/visualisp. I have a problem with the program coz after loading it and typing the desired command, 'No function definition" prompts on the command line. what does this mean? what should i do with this?

    thanks!=)
     
    joules, Mar 22, 2005
    #1
  2. joules

    Adesu Guest

    Hi joules,post your code here
    program coz after loading it and typing the desired command, 'No function
    definition" prompts on the command line. what does this mean? what should i
    do with this?
     
    Adesu, Mar 22, 2005
    #2
  3. joules

    BillZ Guest

    what does this mean?<<<

    This could mean that the program is NOT loading or it could mean that you are not using the correct command name (which can be different than the file name).

    Bill
     
    BillZ, Mar 22, 2005
    #3
  4. joules

    ECCAD Guest

    Try placing a line like this just under the Defun line..
    (vl-load-com); load Visual Lisp Common Functions


    Bob
     
    ECCAD, Mar 22, 2005
    #4
  5. joules

    joules Guest

    thanks for the assistance...but, it still doesnt work..=(have to check on it.....thanks again!
     
    joules, Mar 23, 2005
    #5
  6. joules

    ECCAD Guest

    The 'error' message should include (which) function
    is not known.. What does it say exactly ?

    Bob
     
    ECCAD, Mar 23, 2005
    #6
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.