To Rebuild a VLX Application File (Visual LISP IDE)

A VLX application can be rebuilt as long as you have access to the original project and source files.

Note: The Visual LISP IDE is available on Windows only.
  1. In Visual LISP, click File Make Application Rebuild Application.
  2. In the Choose Application to Build dialog box, specify the location of your application's make file.
  3. Click Open to rebuild the application.

    In rebuilding the application, Visual LISP recompiles all .lsp source files, applying the specified compilation options, and packages your application files into a new .vlx file. If your application contains many AutoLISP files, and you have only changed the source code in one or two files, the Make Application option can rebuild your application more efficiently.