VLX or FAS file?

Discussion in 'AutoCAD' started by ChrisW, Apr 12, 2004.

  1. ChrisW

    ChrisW Guest

    What is the difference between a VLX file and a FAS file? Which one is
    better? Thanks
     
    ChrisW, Apr 12, 2004
    #1
  2. FAS files are simply compiled LSP source files. You would load them singly just
    as you would with LSP files.

    VLX files are more Application oriented; they can contain multiple source files,
    including LSP, FAS and even DCL files. When you load the single VLX, you load
    the whole shebang, which is nice for packaging.

    Matt

     
    Matt Stachoni, Apr 13, 2004
    #2
  3. ChrisW

    Tom Smith Guest

    Different purposes, as Matt says. The VLX can can include multiple files.
    I've used them for simplicity, by compiling a number of small lsp files into
    one vlx, and autoloading it when any one of the lisp commands are used.

    Depending on hardware etc. there is a limit to how big you want this to
    be -- I don't include *every* lisp in one file as it would take forever to
    load. But I do group together lisps that have similar functions into one
    vlx. On our (very slow) computers, a vlx of 20 to 40 KB doesn't have a
    noticeable load time, and it might encompass 10 or 20 very small lisps.

    I still maintain the source code in separate lisp files. If one changes, I
    simply "rebuild" the application. The only advantage of this is fewer files
    to keep track of. Instead of multiple fas files, there's one vlx.
     
    Tom Smith, Apr 13, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.