Compiling a Program from a File

AutoCAD AutoLISP & Visual LISP

 
Compiling a Program from a File
 
 
 

To compile a single AutoLISP file, call the vlisp-compile function. The function syntax is

(vlisp-compile 'modefilename” [out-filename]) 

For this function

  • mode is a symbol identifying the compiler mode
  • filename is a string naming the source file
  • out-filename is a string naming the compiled output file