FilenameSizeDatePlatformReleaseDescription
ChangeAcad Title.zip4 k1998-10-05WinR14A sample ARX application which demonstrates a safe way to modify the AutoCAD window title. The sample appends a smiley emoticon to the default window title. Includes source code.
IDSHX.ZIP164 k1996-06-26DOS/ WinR12- R13c4An ADS program (with C source code) which identifies an .SHX file. (IDSHX ) checks an .SHX file and returns:
  • 0 . . . . . . unknown file
  • 1 . . . . . . font file
  • 2 . . . . . . bigfont file
  • 4 . . . . . . shape file
  • nil . . . . . file not found or not accessible
  • LspLoad.zipNew818 k2026-04-05WinR2000 - R2027; Bricscad 9 - 26; ZWCAD+ 2014 - 2026LspLoad includes ARX/BRX/ZRX files for each supported version of AutoCAD, Bricscad, and ZWCAD that are designed to be renamed to the name of an associated .lsp/.fas/.vlx file in the same directory. When the LspLoad module loads, it in turn loads the associated LISP file. This makes it possible to use AutoCAD and Bricscad registry demand loading to automatically load a LISP application at startup. THERE IS LIMITED DOCUMENTATION! If you need help, post in the Autodesk discussion groups and someone will assist you. (See Demand Loading a LISP File for more information, including source code.)
    QuirkyPolyline.zip301 k2016-11-04WinR2000 - R2015; Bricscad 14 - 17; ZWCAD+ 2014 - 2017QuirkyPolyline converts standard lightweight polylines into "quirky" polylines with an unconventional curve parameterization useful for experimentation and testing parameterized curve code.
    AcadStatButton.zip1.2 MB2016-03-26WinR14- R2015; Bricscad 9 - 16; ZWCAD+ 2014 - 2015Freeware C++ library for adding your own status bar button to the right edge of the AutoCAD/Bricscad/ZWCAD status bar. Includes ActiveX interface for use in VBA and Visual Lisp.
    LispPluginSetup.zipNew16 k2026-04-05WinR2000- R2027; Bricscad 9 - 26; ZWCAD+ 2014 - 2026Inno Setup script demonstrating how to build a lisp plugin setup program that configures the plugin to load at startup. See ReadMe.txt for additional requirements.