Jump to content

acetutil.arx error message


johnengineer

Recommended Posts

Ever since I loaded some lisp programs, an error message pops up when I open any cad files. The error message is:

**Express Tools** - unable to load acetutil.arx. This resulting effect of this error message is the disabling of my express tools. Can anyone please help me with this problem?

Link to comment
Share on other sites

I think that one of your programs uses function with prefix ACET-which provides with file acetutil.arx. The problem consists in that that object model of AutoCAD varies from the version to the version and for each version the new set of libraries for ObjectARX programming is issued. At transition from the version to the version changes and occurrences of bugs are possible. Autodesk supports only the basic LISP-functions and it does not concern to library ACET- (additional LISP-functions for Expess Tools). A unique way to correct an error, it to find out at work of what function there is an error, to start it in a mode of debugging and to replace lines of error code to working in current version.

Link to comment
Share on other sites

Perhaps typing the command "EXPRESSTOOLS" will help, it:

 

"Loads the AutoCAD Express Tools libraries, places the Express directory on the search path, and loads and places the Express menu on the menu bar. "

Link to comment
Share on other sites

  • 1 year later...

"A unique way to correct an error, is to find out at work of what function there is an error, to start it in a mode of debugging and to replace lines of error code to working in current version."

 

How do I start in a mode of debugging for a lisp routine?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...