powered by CADENAS

Manual

Manual

2.3.1.3.1.1. Version 2007 to 2008

During installation, the startup Lisp file should contain the following lines:

;;;;; cadenas setup BEGIN (DON'T MODIFY!!!) ;;;;
(defun-q cadenasstartup()
(vl-load-com)
(setq lspFile (findfile "[CADENAS]\iface\autocad\Common\cadenas.lsp"))
(if lspFile
(progn
(princ (load lspFile "Error: cadenas.lsp not loaded!"))
)
)
)
(setq s::startup (append s::startup cadenasstartup))
;;;;; cadenas setup end ;;;;

The file can be found in the following paths:

  • AutoCAD 2007:

    [AUTOCAD_INSTALLATION_PATH]\Support\acad2007.lsp

  • AutoCAD 2008:

    [AUTOCAD_INSTALLATION_PATH]\Support\acad2008.lsp

These entries are automatically removed during a deinstallation.

In addition, the following files are registered during an installation:

(regsvr32.exe /s [DLL_FILE])

  • AutoCAD 2007:

    [CADENAS]\iface\autocad\acad2005\ifacad2007_32.dll

  • AutoCAD 2008:

    [CADENAS]\iface\autocad\acad2006\ifacad2008_32.dll

    [CADENAS]\iface\autocad\acad2006\ifacad2008_64.dll

These DLLs are automatically unregistered during deinstallation.

You can manually unregister the DLLs via "regsvr32.exe /u [DLL_FILE]“.