VLX
A compiled Visual LISP application that bundles multiple .lsp/.fas files, DCL dialogs, and resources into one file.
A .vlx is a Visual LISP eXecutable — a single file that bundles compiled LISP modules, DCL dialog files, and supporting resources into one deliverable. VLX is the standard shipping format for larger commercial LISP applications because the buyer only has to drop one file in the support path. Internally a VLX is just a sealed archive of compiled FAS plus a manifest, and it's loaded the same way as any other LISP file.
Related guides
Related terms
A compiled, single-file binary of an AutoLISP/Visual LISP routine. Faster to load and obscures the source code.
An extended LISP environment in AutoCAD that adds an IDE, debugger, COM access, and the ability to compile to FAS or VLX.
Dialog Control Language — a small markup AutoCAD uses to define LISP dialog boxes.