Applies to: ZWCAD 2015; ZWCAD 2017


LISP :

The file format is .LSP. You can:

  • Use ZWCAD+’s encryption tool (ENCRYPTLISP) to encrypt you cod.
  • Use AutoCAD‘s lisp IDE to compile your code. The compiled file (.fas or .vlx) can be loaded in ZWCAD+.
  • * Note: The files encrypted by ENCRYPTLISP can only be loaded in ZWCAD+.


    VBA :

    The file format is .ZPVB. You can:

  • The VBA IDE can set a password to you project.
  • If you use COM interface via other programming language, please refer to the protect policy of the language you use.

  • ZRX :

    A compiled .ZRX file is a binary file.

    Note: The extension of a ZRX program should be .ZRX.


    .NET :

    A compiled .NET file is a binary file.

    Note: The extension of a .NET program for ZWCAD+ should be .DLL.