Building Applications

AutoCAD AutoLISP & Visual LISP

 
Building Applications
 
 
 

You can compile your program files and create a single executable module that you can distribute to users.

This chapter describes how to build applications with Visual LISP®.

VLISP allows you to compile your program files and create a single executable module that you can distribute to users. The first part of this chapter provides basic knowledge about the VLISP compiler and may be sufficient for building macros and small programs that work in a single document. The rest of the chapter helps you build more complex applications. These remaining sections discuss design considerations for an environment where several AutoCAD® drawings may be open at the same time, and provide information on fine-tuning the performance of compiled code.