+ Reply to Thread
Results 1 to 9 of 9
  1. #1
    Forum Newbie
    Using
    AutoCAD 2000i
    Join Date
    Apr 2007
    Posts
    5

    Default No function definition:VLAX-PRODUCT-KEY

    Registered forum members do not see this ad.

    I'm using AutoCAD2000i and Express Tools

    These Express Tools commands all gave the error "No function definition:
    VLAX-PRODUCT-KEY":

    layfrz
    layoff

    how do I fix this problem?

  2. #2
    Super Member ASMI's Avatar
    Using
    AutoCAD 2008
    Join Date
    Nov 2005
    Location
    Oceanus Procellarum, Moon
    Posts
    1,427

    Default

    Type (vl-load-com) in command line and try one more time. If it work write this expression to acaddoc.lsp file (in 2000i it seems into ...AutoCAD 2000i/Support folder).
    Last edited by ASMI; 4th Apr 2007 at 12:19 pm.

  3. #3
    Forum Newbie
    Using
    AutoCAD 2000i
    Join Date
    Apr 2007
    Posts
    5

    Default

    (vl-load-com) doesn't work and i can't find the acaddoc.lsp file

  4. #4
    Super Member ASMI's Avatar
    Using
    AutoCAD 2008
    Join Date
    Nov 2005
    Location
    Oceanus Procellarum, Moon
    Posts
    1,427

    Default

    Type in command line:
    Code:
    Command: (vl-load-com)
    
    Command: (vlax-product-key)
    "Software\\Autodesk\\AutoCAD\\R17.0\\ACAD-5004:409"
    If (vlax-product-key) returns your product Registry Key your Express Tools functions should work. If after (vl-load-com) function (vlax-product-key) again returns "No function definition: VLAX-PRODUCT-KEY" you have problem with VisualLISP extention loadind.

    i can't find the acaddoc.lsp file
    Use Windows Search... If you can't find acaddoc.lsp anyway, open Notepad, write line (vl-load-com) and save it in Support folder as acaddoc.lsp.

  5. #5
    Forum Newbie
    Using
    AutoCAD 2000i
    Join Date
    Apr 2007
    Posts
    5

    Default

    thank you but it still doesn't work, any other ideas?

  6. #6
    Full Member
    Using
    AutoCAD 2007
    Join Date
    Mar 2007
    Posts
    27

    Default

    Not sure about this, but try typing EXPRESSMENU in the command line.

  7. #7
    Forum Newbie
    Using
    AutoCAD 2000i
    Join Date
    Apr 2007
    Posts
    5

    Default

    EXPRESSMENU rebuild the express tool menu but doesn't fix the problem :-(

  8. #8
    Forum Newbie
    Using
    AutoCAD 2000i
    Join Date
    Apr 2007
    Posts
    5

    Default

    reply to my own post:
    apparently, the only solution is to re-install autocad and express tool, see below:

    Re: Express tools failure
    Here is a document from our solution database. This sounds like a registry
    problem.

    Solution ID: TS75657

    Title: "ERROR: NO FUNCTION DEFINITION: VLAX-PRODUCT-KEY" ATTEMPTING TO USE CERTAIN EXPRESS TOOLS

    Products: AUTOCAD 2002; AUTOCAD 2000I

    Problem Description: Attempting to executing certain Express Tool commands the following error is displayed at the command line and the
    command fails to run:

    "Error: No Function Definition: VLAX-PRODUCT-KEY"

    Problem Resolution: To resolve this error, apply the latest Service Pack for your product version, or reinstall both the product and the Express Tools.

    For more information about reinstalling your product, see related documents.
    --
    Jeff Hanson
    Autodesk Product Support
    Building Solutions Division

  9. #9
    Super Moderator rkmcswain's Avatar
    Computer Details
    rkmcswain's Computer Details
    Operating System:
    Windows 7 Pro x64
    Motherboard:
    Intel DZ77RE-75K
    CPU:
    i7-3770K 3.50GHz
    RAM:
    32GB
    Graphics:
    Nvidia Quadro 2000
    Primary Storage:
    125GB SSD
    Secondary Storage:
    500GB SATA
    Monitor:
    ASUS 27" / ASUS 24"
    Discipline
    Civil
    Using
    Civil 3D 2013
    Join Date
    Sep 2005
    Location
    Houston
    Posts
    3,633

    Default

    Registered forum members do not see this ad.

    Quote Originally Posted by burt View Post
    ...and i can't find the acaddoc.lsp file
    As a side note, "acaddoc.lsp" is a user created/maintained file. If you don't have one, it's only because you have not created one. No harm.

Similar Threads

  1. Attribute Definition Question
    By ztaylor10 in forum AutoCAD Drawing Management & Output
    Replies: 5
    Last Post: 7th Jun 2007, 12:26 pm
  2. help product by an autodesk educational product
    By music in forum AutoCAD Drawing Management & Output
    Replies: 2
    Last Post: 26th Sep 2006, 03:33 pm
  3. vlax-get obj coordinates
    By vivekgrs in forum AutoLISP, Visual LISP & DCL
    Replies: 1
    Last Post: 11th Aug 2006, 01:57 pm
  4. abut vlax-curve in lisp
    By vivekgrs in forum AutoLISP, Visual LISP & DCL
    Replies: 1
    Last Post: 15th Jul 2006, 08:17 am
  5. Attribute Definition
    By Jamalama in forum AutoCAD Drawing Management & Output
    Replies: 2
    Last Post: 31st May 2005, 11:19 pm

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts