Home Features License FAQ Installation Other Files Mail Lists Links Contribute
|
Installation
Using DodoCAD With Other CustomizationsIf you use other customizations that use acaddoc.lsp, be sure to have that path before DodoCAD's, since AutoCAD will only load the first one it finds. In such a case, you must load DodoCAD with one of these altermate methods:
Optional Profiles and Discipline ConfigurationTo set optional subdirectory paths and a discipline code based on username, DodoCAD will read a file ddc-list-userset.lsp if found on the DodoCAD root path. It's format is as follows: () ("{username}" "{profile}" "{disciplinecode}")
The example, is also included in the distributed "ddc-list-userset.example.lsp": () ("BobUser" "beta" "a") ("KimUser" "alpha" "a") ("" "standard" "a") Optional Additional PathsDodoCAD will add subdirectories of the DodoCAD root path to the support path if listed in a file ddc-list-subpaths.lsp. The path(s) must exist to be added. SupportDodoCAD aims to support all AutoCAD versions from 14 and above. Unfortunately, platform (in)stability is a serious issue with proprietary software. In fact, the creation of these instabilities generate sales, so it is highly unlikely that we will ever enjoy platform stability for more than about a five year span. The developers have access to a moderate spread of AutoCAD versions, but we need your feedback. If you find an error or know of an improvement the project needs, please refer to our Contribute page.
|