Over 1.116.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips, Civil tips, Fusion tips.
The new Beam calculator, Spirograph generator and Regression curves in the Converters section.
New AutoCAD 2027 commands and sys.variables
CAD tip # 5638:
Question
A
AutoCAD reports the error ; error: no function definition: VLAX-GET-ACAD-OBJECT, or other similar error message on a VLAX function.
It is an error in your VisualLISP add-on application (LSP, VLX). This application should load the Visual LISP COM interface. Add the COM-load function to the complaining VLisp application or to your ACAD.MNL file:
(vl-load-COM)
ACAD2008ACAD
28.6.2007
25493×
this tip shared by ARKANCE experts applies to: AutoCAD 2008 · AutoCAD ·
![CAD Forum - ARKANCE Community - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]](../common/arkance_186.png)

