See the top rated post in this thread. Click here

Results 1 to 3 of 3

Thread: 2026 | Express Tools Loading?

  1. #1
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,780
    Login to Give a bone
    0

    Default 2026 | Express Tools Loading?

    I've got some LISP tools that use the ACET-* functions, that aren't working in 2026 after new session launch.

    Express Tools CUI is loaded, and the UI buttons seemingly demand load fine, but I'm still having to invoke EXPRESSTOOLS at command line before "acetutil.arx" is loaded (only in 2026, 2024 and older were fine OOTB, skipped 2025).

    Anyone else seeing this or know how to permanently resolve?

    TIA
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 5860, Xeon W7-2495X, 128GB RAM, Dual PCIe 4.0 M.2 SSD (RAID 0), 20GB NVIDIA RTX 4000 ADA

  2. #2
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,586
    Login to Give a bone
    1

    Default Re: 2026 | Express Tools Loading?

    This might be the cause.
    C:> ED WORKING....


    LinkedIn

  3. #3
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,780
    Login to Give a bone
    1

    Default Re: 2026 | Express Tools Loading?

    Quote Originally Posted by Ed Jobe View Post
    This might be the cause.
    Uggghhh... I hate it when they do things. Haha

    Thanks; here's an interim solution for Acad.lsp or AcadDoc.lsp, until I can track down every instance of an AECT-* function in my library to account for first-run demand load:

    Code:
        (if (not (vl-position "acetutil.arx" (arx)))
          (progn
            (c:ExpressTools)
            (prompt "\nEXPRESSTOOLS loaded. ")
          )
        )
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 5860, Xeon W7-2495X, 128GB RAM, Dual PCIe 4.0 M.2 SSD (RAID 0), 20GB NVIDIA RTX 4000 ADA

Similar Threads

  1. Replies: 0
    Last Post: 2015-08-07, 03:59 PM
  2. AC12-1: Express Yourself Meet the Programmers of the Express Tools
    By Autodesk University in forum General Design
    Replies: 0
    Last Post: 2012-11-19, 03:44 PM
  3. Express Tools vs Express Tools vs Express...
    By madcadder in forum AutoCAD General
    Replies: 4
    Last Post: 2006-10-12, 12:40 PM
  4. Express Tools - Error loading acetutil.arx file
    By vpadale27188 in forum AutoCAD General
    Replies: 2
    Last Post: 2005-03-18, 09:31 PM
  5. Loading Express Tools in ADT 2004
    By jrb63 in forum ACA General
    Replies: 7
    Last Post: 2005-02-10, 04:49 PM

Posting Permissions

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