home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / f01 / 3.img / README.DOC < prev    next >
Encoding:
Text File  |  1992-06-21  |  53.1 KB  |  1,217 lines

  1.  
  2.                   ===========================================
  3.                   README.DOC - Release 12 General Information
  4.                   ===========================================
  5.                                 June 19, 1992
  6.  
  7.     +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  8.  
  9.     CONTENTS
  10.     ========
  11.  
  12.     Platform-Independent Information - General Notes
  13.  
  14.     Platform-Specific Information - 386
  15.  
  16.     Platform-Specific Information - Sun SPARCstation
  17.  
  18.     Manual Corrections and Additions
  19.  
  20.         AutoCAD Reference Manual
  21.  
  22.         AutoCAD Customization Manual
  23.  
  24.         AutoLISP Programmer's Reference
  25.  
  26.         AutoCAD Development System Programmer's Reference
  27.  
  28.         AutoCAD Extras Manual
  29.  
  30.         Interface, Installation, and Performance Guide - 386
  31.  
  32.         Interface, Installation, and Performance Guide - Sun SPARCstation
  33.  
  34.     Bonus CD-ROM Information
  35.  
  36.  
  37.     ======================================================================
  38.  
  39.  
  40.     See the following documents for more README information:
  41.  
  42.     README.DRV      Contains additional information on ADI 4.2 device
  43.                     drivers.  Note, this file is incorrectly called
  44.                     README.ADI in the AutoCAD Interface, Installation, and
  45.                     Performance Guide.
  46.  
  47.     README.ADS      Describes the text files that explain how to compile,
  48.                     link, and debug AutoCAD Development System (ADS)
  49.                     Applications, and tells where to find them.
  50.  
  51.     README.AME      Contains additional information on the AutoCAD Advanced
  52.                     Modeling Extension Release 2.1 (AME R2.1).
  53.  
  54.     README.ASE      Contains additional information on the AutoCAD SQL
  55.                     Extension (ASE).
  56.  
  57.     README.AVE      Contains additional information on AutoCAD Render.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.     GENERAL NOTES
  64.     =============
  65.  
  66.     - Using Custom Menus
  67.  
  68.     Many Release 12 features are implemented as external ADS and AutoLISP
  69.     applications. These applications are made available to you by the
  70.     loading of the file acadr12.lsp. This file is automatically loaded when
  71.     the standard menu that is installed with Release 12 (acad.mnu) is
  72.     loaded.  If acad12.lsp is not loaded, many features, such as the region
  73.     modeler, AVE Render, and various dialogues, will not be available.
  74.  
  75.     If you are using an older menu, or any menu other than the one
  76.     installed with AutoCAD Release 12, you must make sure that acadr12.lsp
  77.     is loaded.  To load acadr12.lsp, insert the following line in the
  78.     menu's .mnl file, if it exists, or in acad.lsp:
  79.  
  80.         (load "acadr12")
  81.  
  82.  
  83.     - Entity Sorting/Drawing Order
  84.  
  85.     The SORTENTS system variable determines whether or not entities are
  86.     processed in database order by various AutoCAD operations. By default,
  87.     this is set to 96 (entity sorting for plotting and PostScript output
  88.     only). If it is important for the display and selection of entities to
  89.     have a predictable order, you can change the setting of SORTENTS as
  90.     desired. However, specifying sorting for additional types of AutoCAD
  91.     operations can significantly affect AutoCAD's performance in large
  92.     drawings (especially the time required for a REGEN, if bit value 16 is
  93.     set in SORTENTS). See  "Entity Sort Method..." on page 29 in the AutoCAD
  94.     Reference Manual.
  95.  
  96.  
  97.     - AutoCAD Release 12 Memory Use
  98.  
  99.     In Release 12, AutoCAD makes more aggressive use of memory than ever
  100.     before.  Various commands such as Hide, Regen, and Render use memory
  101.     intensively and in return either run faster or offer extended
  102.     capabilities.  Because of these changes, optimizing memory use and the
  103.     location of temporary and paging files is increasingly important.
  104.  
  105.     See "AutoCAD 386 Memory Use" in the AutoCAD Interface, Installation,
  106.     and Performance Guide for details.  In addition, see the corrections
  107.     and addenda related to TREEMAX, ACADPAGEDIR, ACADMAXPAGE, and the
  108.     placement of temporary files noted below in this document.
  109.  
  110.  
  111.     - AVE Render and New Drawings
  112.  
  113.     You cannot create a completely empty new drawing if AVE Render is
  114.     loaded. If you want to load a complete DXF or IGES file when AVE Render
  115.     is loaded, you must first unload AVE Render. To do so, select Unload
  116.     Render from the Render pull-down or use the following command line
  117.     syntax:
  118.  
  119.          Command: (xunload "averendr")
  120.  
  121.     Then use the NEW command to obtain a new drawing. (Note: If your configured
  122.     prototype drawing is not an empty one, you'll also need to select the "No
  123.     Prototype" toggle in the New Drawing dialogue box.)
  124.  
  125.  
  126.     - AutoLISP Routines in the \sample Directory
  127.  
  128.     If you plan to use any of the routines in the Sample directory, we
  129.     recommend that you add this directory to the ACAD variable path. This
  130.     will enable the routines that use dialogue boxes (DDTYPE and BMAKE) to
  131.     find their dialogue definition (.dcl) files.
  132.  
  133.  
  134.     - Automatic Timed Save Feature
  135.  
  136.     The new Automatic Timed Save feature has replaced the Spacer File
  137.     mechanism previously used by AutoCAD to reserve hard disk space for the
  138.     drawing currently being edited. This feature, common to most programs,
  139.     saves your drawing file on a regular, user-defined, interval. See
  140.     "Automatic Timed Save" on page 79 in the AutoCAD Reference Manual.
  141.  
  142.  
  143.     - Long-Axis Plotting
  144.  
  145.     Frequent timeout messages may be issued during long-axis plotting. These
  146.     do not indicate errors -- just hit RETURN to continue the plot. Timeout
  147.     messages occur when AutoCAD temporarily stops sending information to the
  148.     plot device because its buffer is full. Once the plot device "catches up",
  149.     AutoCAD starts sending information again. Here is a typical AutoCAD
  150.     timeout message:
  151.  
  152.         An error has occurred while writing to the hardcopy device.
  153.         Please check that it is turned on, online, and has paper.
  154.         Abort? <N>
  155.  
  156.     When you long-axis plot with the HP 7586B roll-fed plotter, the "Out of
  157.     Limit" light will come on at various times. In most cases this is not an
  158.     error, but simply a result of how AutoCAD and the plotter interact when
  159.     handling very large drawings.
  160.  
  161.  
  162.     - Moving the AutoCAD Program Files
  163.  
  164.     If you move your AutoCAD program files to a different directory after
  165.     initial configuration, you will need to reconfigure AutoCAD. This is
  166.     because the entire path to the drivers is saved in the acad.cfg file.
  167.  
  168.  
  169.     - Quitting a Drawing from a Script
  170.  
  171.     Scripts do not call the Drawing Modification dialogue box that appears
  172.     when you issue QUIT, NEW, or OPEN from a drawing with unsaved changes. A
  173.     script that uses QUIT, NEW, or OPEN should follow these commands with Y
  174.     (discard all changes) or N (don't discard changes) -- not with S (Save
  175.     Changes) or D (Discard Changes).
  176.  
  177.  
  178.     - EXPLODE Command Object Selection from a Script
  179.  
  180.     When input comes from a script, a menu, the AutoLISP (command) function,
  181.     or the ads_command() function, the EXPLODE command allows only one
  182.     entity to be selected.  This preserves script compatibility with previous
  183.     releases of AutoCAD while letting you select multiple objects when using
  184.     the EXPLODE command interactively.
  185.  
  186.  
  187.     - Release 11 Compatibility with Release 12
  188.  
  189.     Users of Release 11 and Release 12 can freely exchange drawing files,
  190.     without any required file conversion. However some support files, such as
  191.     the R12 acad.mnu file and many AutoLISP/ADS programs, are not downwardly
  192.     compatible with R11. If you plan to intermix or exchange R11 and R12
  193.     drawings, we recommend that you keep your R11 support files accessible.
  194.  
  195.     The \r11supp directory contains a self-extracting compressed file
  196.     containing many of the R11 support files. When this file is executed (make
  197.     the \r11supp directory current and enter `r11supp' at the DOS prompt), it
  198.     "explodes" into 36 files totaling approximately 730K bytes in size.
  199.  
  200.  
  201.     - TABLET Command Compatibility
  202.  
  203.     Due to changes in the TABLET Cfg and TABLET Cal commands, scripts, menu
  204.     items, the AutoLISP (command) function, and the ADS ads_command() function
  205.     may now supply input at the "Digitize point:" prompts of these commands.
  206.     Where previously AutoCAD waited for the user to digitize a point at these
  207.     prompts, now it is necessary to supply explicit pauses to make it do so.
  208.     Since scripts have no mechanism for pausing, these commands should not be
  209.     used in a script.
  210.  
  211.     See the section entitled "TABLET command", starting on page 93 of the
  212.     AutoCAD Reference Manual, for a complete description of the new tablet
  213.     calibration options. Also see the AutoLISP Programmer's Reference and
  214.     the ADS Programmer's Reference for information on the (tablet) and
  215.     ads_tablet() functions.
  216.  
  217.  
  218.     - UNNAMED drawings
  219.  
  220.     Prior to Release 12 it was impossible to start a drawing without
  221.     previously naming it. With Release 12, when you start AutoCAD without
  222.     providing a drawing name, you are editing a drawing named "UNNAMED" until
  223.     you specifically name it with SAVE, SAVEAS, or other commands that
  224.     force you to provide a name for the drawing. If you plot this drawing to
  225.     a file before naming it and don't supply an explicit name for the plot
  226.     file, it will be named unnamed.plt. Also, in the unlikely event that
  227.     you crash, AutoCAD gives you the option to save the drawing. If this
  228.     drawing has not yet been named, AutoCAD saves it as unnamed.dwg.
  229.  
  230.  
  231.     - Using Files from a Read-Only Directory
  232.  
  233.     By default, AutoCAD creates temporary paging files in the same
  234.     directory as the current drawing. If you have not changed the default
  235.     configuration and you attempt to open a drawing in a read-only
  236.     directory you will get the following message:
  237.  
  238.     +----------------------------------------------------------------+
  239.     |                       AutoCAD  Alert                           |
  240.     +----------------------------------------------------------------+
  241.     |  To access files in a read-only directory, you must configure  |
  242.     |  a temporary file location other than  DRAWING                 |
  243.     |                                                                |
  244.     |                           [ OK ]                               |
  245.     +----------------------------------------------------------------+
  246.  
  247.     Examples of read-only media include write-protected floppy disks,
  248.     read-only network directories, and CD-ROMs. To open a drawing in a
  249.     read-only directory (or drive), you will need to specify the name of a
  250.     writable directory where AutoCAD can create temporary paging files.
  251.     Option 5 of the Configure Operating Parameters submenu of the Main
  252.     Configuration menu lets you do this. See your AutoCAD Interface,
  253.     Installation, and Performance Guide (and later sections of this README)
  254.     for more information on temporary paging files.
  255.  
  256.  
  257.     - Where is the PRPLOT Command?
  258.  
  259.     The PRPLOT command is now part of the PLOT command. Printers and printer
  260.     plotters are handled just like plotters, and can be configured by the
  261.     Configure plotters option of the CONFIG command. All plotter and printer
  262.     plotter drivers are discussed in appendix C of your AutoCAD Interface,
  263.     Installation, and Performance Guide.
  264.  
  265.  
  266.     - Programming with the Get File Dialogue
  267.  
  268.     The AutoCAD Development System Programmer's Reference manual (p 156)
  269.     states "The string in the result argument, result->resval.rsting, must
  270.     point to a memory area large enough to store a pathname string."  This
  271.     is erroneous.
  272.  
  273.     The ads_getfiled() function does not always return a pathname.  If the
  274.     user dismisses the dialogue by pressing the "Type It" button, the
  275.     dialogue returns an integer value equal to 1.  For this reason it is
  276.     necessary for the ADS library to allocate the memory needed to store
  277.     the pathname if a pathname is returned.  If the caller attempts to
  278.     allocate a memory buffer for this purpose, the pointer passed into
  279.     ads_getfiled will be ignored and the buffer may become inaccessible to
  280.     the caller.
  281.  
  282.     According to the AutoCAD Development Sustems Manual, and the AutoLISP
  283.     Programmers Reference Manual, if the flags bit 1 is set (Value = 2),
  284.     the 'Type it' button will be disabled.  This implies that the
  285.     programmer would not need to test for the return values caused by the
  286.     user pressing this button.
  287.  
  288.     However, if the NULL display driver is configured, ads_getfiled() and
  289.     (getfiled) always returns these values - no matter what the flags
  290.     setting is.  Therefor, the programmer must test for these values, even
  291.     if flags is set to 2.
  292.  
  293.  
  294.     PLATFORM-SPECIFIC INFORMATION - 386
  295.     ===================================
  296.  
  297.     - Startup Batch File
  298.  
  299.     The Installation, Interface, and Performance Guide on page 60
  300.     incorrectly states the name of the startup batch file as acad386.bat.
  301.     The name of this file has been changed to acadr12.bat.
  302.  
  303.  
  304.     - Upgrade Installation Information
  305.  
  306.     When upgrading from an earlier release of AutoCAD, we recommend that
  307.     you install Release 12 in a separate directory, rather than installing
  308.     on top of the existing software. This is particularly important if you
  309.     are using the Release 11 AutoCAD Extension for Windows or any
  310.     third-party applications.
  311.  
  312.     If you install on top of an older version, various support files required
  313.     for use with R11 AEW will be overwritten.  The support files needed by
  314.     R11 AEW are installed as part of Release 12.  They are stored in a
  315.     self-extracting compressed file in the \r11supp directory called
  316.     r11supp.exe.
  317.  
  318.     See pages 17, 87-88 of the 386 Interface, Installation, and Performance
  319.     Guide for further details.
  320.  
  321.  
  322.     - AVE Render and Color Mapping
  323.  
  324.     Display colors with a value of 16 or greater reference the standard
  325.     AutoCAD color map, which, on most displays, is overridden by certain
  326.     rendering operations. If you have assigned these higher-numbered colors
  327.     to your dialogue boxes (with DLGCOLOR), you can avoid potential display
  328.     conflicts by invoking the dialogue from a NON-RENDERED viewport.
  329.  
  330.  
  331.     - DLGCOLOR Command
  332.  
  333.     As supplied, AutoCAD's dialogue boxes use very few colors (this is to
  334.     ensure proper visibility on all types of displays). You can use the
  335.     DLGCOLOR command to liven up the colors of these dialogues considerably
  336.     and to give their buttons a 3D appearance.
  337.  
  338.     You can use DLGCOLOR to create your own color combinations or to choose
  339.     one of several color schemes provided as .DCC (dialogue color
  340.     configuration) support files.  To select one of the supplied color
  341.     schemes, pick "Read file" from the DLGCOLOR dialogue box, and then select
  342.     one of the .DCC files from your SUPPORT directory. To see what a color
  343.     combination looks like on your display, pick "Show..." to display a sample
  344.     dialogue box that uses the color scheme you selected. If you like what you
  345.     see, dismiss the sample dialogue box and pick "OK" in the main DLGCOLOR
  346.     dialogue box. The color scheme you choose is saved in acad.cfg.
  347.  
  348.  
  349.     - Limitations on the use of the MULTIPLE command
  350.  
  351.     If you use the MULTIPLE command in conjunction with any dialogue box
  352.     command, you will need to issue multiple Ctrl-C's quickly to end the
  353.     command repetition.
  354.  
  355.  
  356.     - Plotting over a Network
  357.  
  358.     AutoCAD does not support direct plotting to a port captured by network
  359.     software. For example, if LPT3 refers to a network captured port, do not
  360.     configure the plotter for LPT3. Instead, use one of the following methods
  361.     to send AutoCAD plot output to network printer or plotter queues.
  362.  
  363.     The first method is to instruct AutoCAD to plot to a file, and then enter
  364.     the name of the captured network port for the filename. When using this
  365.     method be sure to blank out the pattern portion of the filename in the
  366.     Create Plot File dialogue. Otherwise, the output might be written to a file
  367.     named LPT3.PLT, rather than to the network captured port LPT3. After
  368.     selecting the captured port for the filename, AutoCAD will display an alert
  369.     box stating that "The  specified file already exists. Do you want to
  370.     replace it?" Press the "Yes" button or press the return key when the above
  371.     prompt is displayed.
  372.  
  373.     The second method is to plot to a file, and then use the DOS copy command
  374.     to copy the file to a captured output port, as in the following example.
  375.  
  376.         copy plotfile.plt /b lpt2:
  377.  
  378.     Important: The /b (binary) option is necessary for binary output. The above
  379.     example assumes that LPT2: is directed to the network plotter queue by the
  380.     user's network port capturing software.
  381.  
  382.  
  383.  
  384.     PLATFORM-SPECIFIC INFORMATION - Sun SPARCstation
  385.     ================================================
  386.  
  387.     - Ctrl-C Handling with the Null Display Driver
  388.  
  389.     Due to a problem with the Open Windows $OPENWINHOME/bin/cmdtool
  390.     terminal emulator, Ctrl-C is not handled properly when you run
  391.     AutoCAD with the Null Display in a cmdtool window. Pressing Ctrl-C
  392.     in this case can cause AutoCAD to exit unexpectedly to the system
  393.     prompt; if this happens, you will lose any AutoCAD edits you have made.
  394.  
  395.     To avoid this problem, use another terminal program -- such as shelltool
  396.     or xterm -- when running AutoCAD with the Null Display. You can also use
  397.     the Term Pane menu in a cmdtool window to disable scrolling, effectively
  398.     making the cmdtool a shelltool.
  399.  
  400.  
  401.     - Kernel Dependencies for AutoCAD Mole Mode
  402.  
  403.     To use AutoCAD Mole mode on your SPARC, you need to have a kernel
  404.     that has the VDDRV option enabled.  If you are using the Sun supplied
  405.     GENERIC or GENERIC_SMALL kernels this option should already be
  406.     installed.
  407.  
  408.     The following lines should be added to your kernel config file:
  409.  
  410.         #
  411.         # The following option adds support for loadable kernel modules.
  412.         #
  413.         options VDDRV           # loadable modules
  414.  
  415.  
  416.     - Open Key
  417.  
  418.     In an OPEN LOOK dialogue box, your keyboard's "Open" key returns a value
  419.     of "is_cancel". This is equivalent to picking the "Cancel" button.
  420.  
  421.  
  422.     - Limitations on the use of the MULTIPLE Command
  423.  
  424.     You should not use the MULTIPLE command in conjunction with any
  425.     dialogue box command.  Since Open Look dialogue boxes cannot be
  426.     dismissed by means of pressing Ctl-C, it can be very difficult to
  427.     dismiss the dialogue then press Ctl-C fast enough to effectively
  428.     end the command repetition.
  429.  
  430.  
  431.     -  Multiple Sessions under the ELM License Manager
  432.  
  433.     If you have more than one License Server on your network and use Server
  434.     Resolution (by not setting the ACADSERVER environment variable to a list of
  435.     License Servers), it is possible that multiple sessions of AutoCAD on the
  436.     same display will be charged multiple licenses. We recommend that the
  437.     second (and succeeding) session of AutoCAD be started with the ACADSERVER
  438.     variable set to the results of the first session's broadcast.
  439.  
  440.     To do this:
  441.  
  442.         1.  Start the first session.
  443.         2.  Exit to the shell (with the SHELL command)
  444.         2.  At the prompt, type "echo $ACADSERVER".
  445.         3.  In the shell in which you intend to start the second session, set
  446.             the ACADSERVER environment variable to the output of the echo
  447.             command.
  448.         4.  Start the second session.
  449.  
  450.  
  451.     - Permission Settings for `loadmodule'
  452.  
  453.     If your Open Windows 3 operating system was installed according to the
  454.     Sun installation procedure that ships with Open Windows, the `loadmodule'
  455.     executable file will have its permissions set to 4755. However, if you
  456.     are using the operating system installed on a server that is directly
  457.     connected to the "outside world" (by modem) the permissions of this file
  458.     might be set to NO USERS (if the file has been modified by your system
  459.     administrator).
  460.  
  461.     For AutoCAD to function properly, the permissions for the `loadmodule'
  462.     file must be set to 4755. We recommend that you run AutoCAD under an Open
  463.     Windows operating system that has the proper permissions on this file.
  464.  
  465.  
  466.     - Using an ADI 4.0 Digitizer Driver
  467.  
  468.     AutoCAD R12 does not allow the reinitialization of a digitizer
  469.     using an ADI 4.0 driver. If you attempt to reinitialize this driver
  470.     with the REINIT command, the digitizer will be disabled until AutoCAD
  471.     is exited and restarted. However, you are in no danger of losing your
  472.     drawing if this happens.
  473.  
  474.  
  475.  
  476.     MANUAL CORRECTIONS AND ADDITIONS
  477.     ================================
  478.  
  479.     AutoCAD Reference Manual
  480.     ------------------------
  481.  
  482.     Chapter 2
  483.  
  484.     - "Select objects: Prompt", page 33. In the description of the "ALL"
  485.     option, the first sentence should be replaced by the following:
  486.  
  487.         Entering "all" (no abbreviation) selects all entities in the drawing
  488.         except those on frozen layers. This selects all entities on thawed
  489.         layers regardless of the layer's On/Off and Locked/Unlocked status.
  490.         (Many AutoCAD commands cannot be used on objects in locked layers --
  491.         for more information, see "Unlock or Lock" on page 326.)
  492.  
  493.     - "Select objects: Prompt", page 34. In the description of the "Previous"
  494.     option, the last sentence should read:
  495.  
  496.         AutoCAD remembers the space (model or paper) in which each selection
  497.         set is obtained; the previous selection set is ignored if you switch
  498.         spaces and attempt to use it in the other space.
  499.  
  500.  
  501.     Chapter 4
  502.  
  503.     - "DDUNITS Command--Units Dialogue Box", "Direction...", page 86. The
  504.     last sentence in the first paragraph on page 87 should be deleted, since
  505.     there is no "Direction Status" area.
  506.  
  507.     - "Graphics Acceleration", starting on page 114. The following section
  508.     should be included, immediately after "TREESTAT Command":
  509.  
  510.         TREEMAX System Variable
  511.  
  512.             The TREEMAX system variable limits memory consumption during
  513.             drawing regeneration by limiting the maximum number of nodes in
  514.             a drawing's spatial index (oct-tree).
  515.  
  516.             Unlike TREEDEPTH values, which are stored in individual drawings,
  517.             the value for TREEMAX is stored in your Configuration file. By
  518.             imposing a fixed limit with TREEMAX, you ensure that you will be
  519.             able to load drawings that were created on systems with more
  520.             memory than your system and have a larger TREEDEPTH than your
  521.             system can handle (that is, drawings with an oct-tree large enough
  522.             to, if unchecked, eventually consume more memory than your
  523.             computer has). TREEMAX also protects a drawing once it is loaded,
  524.             by providing a safeguard against overzealous experimentation with
  525.             inappropriately high TREEDEPTH values.
  526.  
  527.             The TREEMAX format is:
  528.  
  529.                 Command: treemax
  530.                 New value for TREEMAX <default>:
  531.  
  532.             Enter a positive integer at this prompt. The initial default for
  533.             TREEMAX is 10000000 (ten million!), a value high enough to
  534.             effectively disable TREEMAX as a control of TREEDEPTH. The value
  535.             to which you should set TREEMAX depends on your system's available
  536.             RAM. You get about 15,000 oct-tree nodes per megabyte of RAM.
  537.  
  538.             For example, if you want a drawing's oct-tree to use up to, but no
  539.             more than, 2MB of RAM, set TREEMAX to 30000 (2 x 15,000).
  540.  
  541.             If AutoCAD runs out of memory allocating oct-tree nodes when
  542.             loading an existing drawing, and is forced to quit, the following
  543.             message displays:
  544.  
  545.                 Out of memory allocating oct-tree nodes.
  546.                 TREEMAX or TREEDEPTH should be decreased.
  547.  
  548.             If this happens, you should restart AutoCAD, set TREEMAX to some
  549.             smaller number, and try loading the drawing again.
  550.  
  551.             AutoCAD may occasionally "run into" the limit you set with
  552.             TREEMAX. When this happens, the following message is displayed:
  553.  
  554.                 Oct-tree node allocation limit reached.
  555.                 TREEMAX should be increased or TREEDEPTH decreased.
  556.  
  557.             Although AutoCAD will continue to execute, we recommend that you
  558.             follow the prompt instructions -- if you don't, the oct-tree will
  559.             not be optimally "shaped", and performance may be affected. Note
  560.             that your ability to increase TREEMAX depends on your computer's
  561.             available memory.
  562.  
  563.  
  564.     Chapter 6
  565.  
  566.     - "STRETCH Command", page 207. The following should be added to the
  567.     description of the STRETCH command.
  568.  
  569.         When the STRETCH command is invoked while a PICKFIRST selection set
  570.         is active, only those entities selected with the last Box (Window or
  571.         Crossing) are used to determine which "defining points" (endpoints,
  572.         vertexes, etc.) are stretched.
  573.  
  574.  
  575.     Chapter 7
  576.  
  577.     - "Switching Between Model Space and Paper Space", page 308. The last
  578.     sentence of the Note following the first paragraph should read:
  579.  
  580.         When you switch spaces, the current selection set (that created by
  581.         graphics cursor selection when PICKFIRST is set to 1 or grips are
  582.         enabled) becomes the Previous selection set.
  583.  
  584.  
  585.     Chapter 11
  586.  
  587.     - "Dimension Variables", starting on page 435. On page 437, the
  588.     illustration of the Dimension Line subdialogue box shows a check box
  589.     entitled "Reference Dimension". This should be "Basic Dimension".
  590.  
  591.     - "Dimension Variables", starting on page 435. On page 437, the "Reference
  592.     Dimension" subsection is incorrect, and should be replaced with the
  593.     following text:
  594.  
  595.         Basic Dimension
  596.  
  597.             To create basic dimension text -- dimension text with a box drawn
  598.             around its full extents -- pick the Basic Dimension check box. An
  599.             example of basic dimensioning is shown in the figure to the left.
  600.  
  601.             AutoCAD stores the distance maintained around the dimension text
  602.             as a negative value in the DIMGAP variable, indicating basic
  603.             dimensions.
  604.  
  605.     - "Dimensioning Variables", page 472. In the section describing "DIMGAP",
  606.     the second paragraph should read as follows:
  607.  
  608.         DIMGAP also allows you to create basic dimensioning -- dimension text
  609.         with a box drawn around its full extents. This is accomplished by
  610.         entering a negative DIMGAP value. See "Basic Dimension" on page 437.
  611.  
  612.     Note: The abovementioned cross-reference is made to the changed text, as
  613.     noted in the preceding section.
  614.  
  615.  
  616.     Appendix A
  617.  
  618.     - "Table of System Variables", starting on page 574. This table should
  619.     include the following entry:
  620.  
  621.     Variable  | Type     | Saved In  | Description
  622.     ----------+----------+-----------+----------------------------------------
  623.     TREEMAX   | Integer  | Config    | Limits memory consumption during
  624.               |          |           | drawing regeneration by limiting the
  625.               |          |           | maximum number of nodes in the spatial
  626.               |          |           | index created with TREEDEPTH (see
  627.               |          |           | TREESTAT command)
  628.               |          |           |
  629.               |          |           | Although imposing a limit on the index
  630.               |          |           | size may slightly affect the speed of
  631.               |          |           | some editor operations, all editor
  632.               |          |           | operations will work regardless of the
  633.               |          |           | settings of either TREEMAX or TREEDEPTH
  634.  
  635.  
  636.     Appendix D - Revision History
  637.  
  638.     - "Release 12--June, 1992", starting on page 619. On page 620, the
  639.     bullet item mentioning "reference dimensions" should read as follows:
  640.  
  641.         *  Creation of basic dimensions
  642.  
  643.     - "Release 12--June, 1992", page 623.  The bullet item regarding the new
  644.     ADS function, ads_distof(), should read:
  645.  
  646.         - ads_distof converts a distance in display format to double
  647.         precision, floating point format.
  648.  
  649.     - "Release 12--June, 1992", page 624.  The bullet item regarding the new
  650.     AutoLISP function, (distof), should read:
  651.  
  652.         - (distof) converts a distance in display format to double precision,
  653.         floating point format.
  654.  
  655.     Index
  656.  
  657.     - Index entries for "Reference dimensions" should all read "Basic
  658.     dimensions."
  659.  
  660.  
  661.  
  662.     AutoCAD Customization Manual
  663.     ----------------------------
  664.  
  665.     Chapter 6
  666.  
  667.     - "Modifying the acad.mnu and acad.mnl Files", new subsection of page 68.
  668.  
  669.         The acad.mnl file contains AutoLISP code used by the standard
  670.         menu file, acad.mnu; it is loaded automatically each time the
  671.         acad.mnu file is loaded. Some of these AutoLISP routines modify
  672.         the appearance and functionality of the standard menu by AutoLISP
  673.         function calls with the (menucmd "P1.n=~") syntax (see page 92 in the
  674.         AutoCAD Customization Manual and the "(menucmd)" function in the
  675.         AutoLISP Programmer's Reference). These function calls explicitly
  676.         modify particular menu item locations without regard to the contents
  677.         of that item.
  678.  
  679.         If you modify the Files pull-down section of the acad.mnu file, you
  680.         will need to make appropriate modifications to the "ASE functions"
  681.         section of the acad.mnl file. The routines in this section use a list
  682.         of numbers (such as '(11 13 14 17 ...) ) to identify the menu items
  683.         that will be modified. If you delete or move any of the menu items in
  684.         the ASE section of the acad.mnu file, you can change the associated
  685.         numbers in this list and the menu items will continue to function
  686.         properly.
  687.  
  688.  
  689.     Chapter 8
  690.  
  691.     - "The .mnl File--Automatic Loading", page 112. The following sentence
  692.     should be added to the description of the .mnl file.
  693.  
  694.         If a menu file is loaded with the AutoLISP (command) function, its
  695.         associated .mnl file is not loaded until the entire AutoLISP
  696.         routine has run to completion.
  697.  
  698.  
  699.     Chapter 9
  700.  
  701.     - "Attributes of Predefined Tiles", page 147.  The discussion of the
  702.     is_cancel button should include the following information:
  703.  
  704.         For programmable dialogue box buttons with the attribute "is_cancel"
  705.         set to "true": if the caller does not exit the dialogue in
  706.         the action code for this button (doesn't call done_dialog), the
  707.         dialogue will be terminated for him when the button is pushed
  708.         after the user action code is executed.
  709.  
  710.     - "Text", page 153-154. The is_bold attribute of text tiles is ignored o
  711.     Sun SPARCstations.
  712.  
  713.     - "DCL Syntax", starting on page 157. This section should include the
  714.     following subsection:
  715.  
  716.         Optional Semantic Auditing for DCL Files
  717.  
  718.             AutoCAD provides a choice of four levels (0-3) of semantic
  719.             auditing for DCL files (similar to what the lint command does
  720.             for C programs).  These audits are done at DCL load time.
  721.  
  722.             0. No checking:  This level should be used only if the DCL files
  723.                have already been audited (e.g., by the developer) and have
  724.                not been touched since.
  725.  
  726.             1. "Errors":  This level of checking finds DCL bugs that, if not
  727.                caught, may cause AutoCAD to terminate abnormally.  This level
  728.                of checking is the default and involves almost no delay.
  729.  
  730.             2. "Warnings":  This level also finds DCL bugs that, if not
  731.                caught, will almost certainly result in dialogues with
  732.                undesired layout and/or behavior.  A DCL file that has been
  733.                modified in any way should be audited at this level at least
  734.                once.
  735.  
  736.             3. "Hints":  This level of checking also finds attribute
  737.                definitions that, though harmless, are redundant.  This is
  738.                intended for use by developers who want to ship DCL that is
  739.                not only correct, but uncluttered.
  740.  
  741.             To set the audit level for a DCL file, include one line like the
  742.             following anywhere within the DCL file (but not inside the
  743.             definition of anything else):
  744.  
  745.                 dcl_settings : default_dcl_settings { audit_level = 3; }
  746.  
  747.             It is recommended that DCL developers generally keep the
  748.             audit_level at 3 for the duration of development, and strip out
  749.             the dcl_settings line before shipping to users.
  750.  
  751.             Here are examples of some of the things that the DCL auditor looks
  752.             for:
  753.  
  754.             errors:
  755.                 - A named tile is used but never defined.
  756.                 - Circular definitions of prototypes.
  757.  
  758.             warnings:
  759.                 - A required attribute is missing.
  760.                 - An attribute has a value of an inappropriate type
  761.                   (e.g., a 'value' attribute that is not a quoted string).
  762.  
  763.             hints:
  764.                 - An attribute of a tile is redundant.  It is either
  765.                   repeating the default, or repeating the value that would
  766.                   be inherited from prototypes.  To keep the noise down,
  767.                   some redundancies (like integer-valued attributes) are
  768.                   not criticized.
  769.  
  770.  
  771.     Chapter 10
  772.  
  773.     - "The AutoCAD PostScript Support File--acad.psf", page 228-229. This
  774.     section should include the following information:
  775.  
  776.         Since a font downloader is not provided with AutoCAD, you might want
  777.         to modify acad.psf to reference fonts that are resident in your
  778.         printer.
  779.  
  780.         A font downloader may have been provided with your printer; if not,
  781.         many are available through the Adobe forum on CompuServe.
  782.  
  783.  
  784.  
  785.     AutoLISP Programmer's Reference
  786.     -------------------------------
  787.  
  788.     Chapter 1
  789.  
  790.     - "Function Libraries--Automatic Loading", page 15. The following should
  791.     replace the last sentence in the second paragraph:
  792.  
  793.         When a menu file is loaded (either by starting a drawing or issuing
  794.         the MENU command), AutoCAD searches the directory containing the
  795.         newly loaded .mnu file for a .mnl file of the same filename. If a
  796.         matching .mnl file is found AutoCAD loads the AutoLISP code in that
  797.         file after loading the menu file (e.g., AutoCAD loads the file
  798.         acad.mnl after loading the acad.mnx compiled menu file).
  799.  
  800.     - "Function Libraries--Automatic Loading", page 15. The following should
  801.     be added to the description of the .mnl file.
  802.  
  803.         If a menu file is loaded with the AutoLISP (command) function, its
  804.         associated .mnl file is not loaded until the entire AutoLISP
  805.         routine has run to completion.
  806.  
  807.  
  808.     Chapter 4
  809.  
  810.     - "(entget)", page 102 and "(entmod)", page 107. These sections should
  811.     include the following information:
  812.  
  813.         Before performing an (entget) or (entmod) on Vertex entities, you
  814.         should read or write the header (Polyline entity) for the Polyline
  815.         to which they belong. If the Polyline entity most recently processed
  816.         is different from the one to which the Vertex belongs, width
  817.         information (the 40 and 41 groups) can be lost.
  818.  
  819.     - "(*error*)", page 111. This incorrectly states that your *error*
  820.     function should not include any calls to the command function without
  821.     arguments. This paragraph should be replaced with the following:
  822.  
  823.         Your *error* function can include calls to the command function
  824.         without arguments (i.e., (command) ); this will cancel a previous
  825.         AutoCAD command called with the command function.
  826.  
  827.     - "(grread)", page 121.  Value 16 (bit 4) of the <allkeys> argument is
  828.     not supported.
  829.  
  830.     - "initget - Keyword Specifications", page 127.  The following
  831.     information should be added to this section:
  832.  
  833.         A legal keyword can contain letters, numbers, or hyphens (-).
  834.  
  835.  
  836.     Appendix C
  837.  
  838.     - "Error Codes", page 210. The following error code should be added to
  839.     the "On-line program error codes" table:
  840.  
  841.       +-------+--------------------------------------------------------+
  842.       | Value | Meaning                                                |
  843.       |-------|--------------------------------------------------------|
  844.       | 85    | AutoLISP/ADS operation attempted and prohibited while  |
  845.       |       | a dialogue box was displayed                           |
  846.       +-------+--------------------------------------------------------+
  847.  
  848.  
  849.  
  850.     AutoCAD Development System Programmer's Reference
  851.     -------------------------------------------------
  852.  
  853.     Chapter 2
  854.  
  855.     - "File" Search, page 57. The third line of code in the example,
  856.  
  857.         if (ads_newrb(result) == NULL) {
  858.  
  859.     should read as follows:
  860.  
  861.         if ((result = ads_newrb(RTSTR)) == NULL {
  862.  
  863.  
  864.     Chapter 3
  865.  
  866.     - "Transforming Selection Sets", page 94. In the second example of the
  867.     dragsample() function, the declaration of the matrix argument should be
  868.     as follows (as it is in the first example):
  869.  
  870.         ads_matrix matrix;
  871.  
  872.     - "Entity Name Functions", page 97. This section should include the
  873.     following information:
  874.  
  875.         If a call to ads_entsel(), ads_nentselp(), or ads_nentsel() returns
  876.         RTERROR, and you want to know whether the user picked a point that
  877.         had no entity or simply pressed <CR>, you can inspect the value of
  878.         the ERRNO system variable. If the user picked an empty point, ERRNO
  879.         equals 7 (OL_ENTSELPICK). If the user pressed <CR>, ERRNO equals 52
  880.         (OL_ENTSELNULL). (You can use the symbolic names if your program
  881.         includes the header file, ol_errno.h.)
  882.  
  883.         CAUTION: You should inspect ERRNO immediately after ads_entsel(),
  884.         ads_nentselp(), or ads_nentsel() returns. A subsequent ADS library
  885.         call can change or clear the value of ERRNO.
  886.  
  887.  
  888.     Chapter 4
  889.  
  890.     - "ads_entget()", page 145 and "ads_entmod()", page 149. These sections
  891.     should include the following information:
  892.  
  893.         Before calling an ads_entget() or ads_entmod() for Vertex entities,
  894.         you should read or write the header (Polyline entity) for the
  895.         Polyline to which they belong.  If the Polyline entity most recently
  896.         processed is different from the one to which the Vertex belongs,
  897.         width information (the 40 and 41 groups) can be lost.
  898.  
  899.     - "ads_getfiled", p. 156. In the paragraph below figure 4-2, replace the
  900.     first two sentences with the following sentences:
  901.  
  902.         If the dialogue box gets a filename from the user, ads_getfiled() sets
  903.         the string in the result argument to a string specifying the filename;
  904.         otherwise, ads_getfiled() sets the string in result to NULL. The
  905.         ads_getfiled() function allocates the pathname string. Your program is
  906.         responsible for freeing the string by calling free() (if result is a
  907.         static buffer) or ads_relrb() (if result is a dynamically allocated
  908.         buffer).
  909.  
  910.     - "ads_getkword", page 160. In the final paragraph on p. 161, replace the
  911.     words "RTNONE or RTKWORD (for arbitrary input)" with "RTNONE (if the
  912.     user enters a null response or arbitrary input)".
  913.  
  914.     - "ads_getsym", p. 162. Delete the last sentence of the first paragraph,
  915.     "It also fails if the symbol is not bound, or is bound to nil.", and
  916.     replace it with the following sentence:
  917.  
  918.         If the symbol not bound or is nil, ads_getsym() returns RTNORM and
  919.         sets the value argument to NULL.
  920.  
  921.     Replace the first sentence of the second paragraph with the following
  922.     sentence:
  923.  
  924.         The ads_getsym() function returns RTNORM if it succeeds; if it fails,
  925.         ads_getsym() returns RTERROR.
  926.  
  927.     - "ads_getsym", page. 162. The ads_getsym() function can access AutoLISP
  928.     symbols that AutoLISP cannot. (Such symbols can only be created by
  929.     ads_putsym() calls.) This will cause an error in a future upgrade or
  930.     release of AutoCAD. Your programs should not rely on this capability.
  931.  
  932.     - "ads_initget() - Keyword Specifications", page 170.  The following
  933.     information should be added to this section:
  934.  
  935.         A legal keyword can contain letters, numbers, or hyphens (-).
  936.  
  937.     - "ads_putsym", p. 180. An ads_putsym() call can create a new AutoLISP
  938.     symbol that AutoLISP cannot access -- for example, by including illegal
  939.     characters in the symbol name, such as "pair(s". An ads_getsym() call can
  940.     access such symbols, but they will cause an error in a future upgrade or
  941.     release of AutoCAD. Your programs should not rely on this capability.
  942.  
  943.  
  944.  
  945.     AutoCAD Extras Manual
  946.     ---------------------
  947.  
  948.     Chapter 3
  949.  
  950.     - "File Size and Performance", page 87. The third bulleted paragraph of
  951.     this section states that you can use the SOLPURGE 2dtree command to reduce
  952.     the structure of regions. After running SOLPURGE 2dtree, you must also run
  953.     SOLPURGE Erased to see a decrease in drawing size.
  954.  
  955.     - "Tips and Techniques", page 85-95. This section should include the
  956.     following subsections:
  957.  
  958.         Selecting Objects
  959.  
  960.             Combining objects from both paper space and model space into a
  961.             single selection set may produce unexpected results in some Region
  962.             Modeler commands. The "Previous" object selection option will
  963.             select the previous selection set even if it was in paper space
  964.             and you are now in model space, and vice versa. The "ALL" object
  965.             selection option selects all objects on non-frozen layers in your
  966.             drawing. Both of these options can create a selection set that
  967.             contains a mix of paper space and model space entities.
  968.  
  969.         Extended Entity Data
  970.  
  971.             Extended entity data that is automatically updated when you edit
  972.             an object with an AutoCAD command is NOT automatically updated
  973.             when you edit the object with an equivalent Region Modeler command.
  974.             For example, the value of extended entity group codes 1011, 1021,
  975.             1031, 1012, 1022, 1032, 1013, 1023, 1033, 1041, and 1042 is
  976.             automatically updated when you mirror, move, scale, rotate, or
  977.             stretch an object in AutoCAD. The same group code values are not
  978.             updated when you modify the object using the Region Modeler SOLMOVE
  979.             command.
  980.  
  981.             The Region Modeler does not rely on these extended entity group
  982.             codes to function properly, but other ADS applications might rely
  983.             on their values.
  984.  
  985.         AME/Region Modeler Tablet Overlay
  986.  
  987.             The AME/Region Modeler tablet overlay is provided in a drawing
  988.             named TABLETAM.DWG. This drawing is externally referenced from
  989.             the AutoCAD tablet overlay drawing TABLET.DWG. The half-tone
  990.             (grayed-out) areas of the tablet menu represent AME-only commands
  991.             that are not available in the Region Modeler. The half-tone is
  992.             created with a PostScript fill and can therefore only be printed
  993.             on a PostScript printer. If you want to plot the drawing to a pen
  994.             plotter, you can set the SOLHPAT variable to "dots" and create
  995.             regions over the half-tone areas.
  996.  
  997.        SOLCHP Command
  998.  
  999.            While in the SOLCHP command, if you perform any operation that
  1000.            forces the screen to redraw (like entering 'redraw), all of the
  1001.            primitives for the selected solid or region may be displayed.
  1002.            Entering the SOLCHP Instance, Replace, or Delete option while your
  1003.            grid is on will also display all the primitives in some cases.
  1004.  
  1005.     - "System Variables", page 97. In the table, the "Initial value" of
  1006.     SOLWDENS is now 1.
  1007.  
  1008.     - "SOLWDENS Variable", page 100. The initial value of this variable has
  1009.     been changed from 4 to 1. This change reduces the number of vectors used
  1010.     to represent curved edges of regions when in a mesh representation. A
  1011.     SOLWDENS value less than 3 is treated the same as 3, but for consistency
  1012.     with AME, the initial value of SOLWDENS is set to 1.
  1013.  
  1014.  
  1015.  
  1016.     Interface, Installation, and Performance Guide - 386
  1017.     ----------------------------------------------------
  1018.  
  1019.  
  1020.     - Startup Batch File
  1021.  
  1022.     The Installation, Interface, and Performance Guide on page 60
  1023.     incorrectly states the name of the startup batch file as acad386.bat.
  1024.     The name of this file has been changed to acadr12.bat.
  1025.  
  1026.  
  1027.     Chapter 3
  1028.  
  1029.     - "Placement of Temporary Files", page 48.  The second paragraph after
  1030.     item number 3 should be replaced with the following:
  1031.  
  1032.         If the drawing and its internal data exceeds the available memory
  1033.         AutoCAD will use up to two paging files to temporarily store this
  1034.         information. The size and location of these files depends on your
  1035.         particular configuration and the size of the drawing being edited.
  1036.         The first paging file's location is specified by the ACADPAGEDIR
  1037.         environment variable. If ACADPAGEDIR is not set, the file is created
  1038.         in the location specified by option 5 of the Configure Operating
  1039.         Parameters menu, which by default is the current drawing directory.
  1040.         The second paging file is created when the first one has reached the
  1041.         limit specified by ACADMAXPAGE and is created in the location
  1042.         specified by option 5 of the Configure Operating Parameters menu.
  1043.  
  1044.         We recommend specifying a directory for temporary file placement on
  1045.         a drive other than that which contains the current drawing files.
  1046.  
  1047.     - "Placement of Temporary Files", page 48.  The `Important:' note should
  1048.     read as follows:
  1049.  
  1050.         Important: To access read-only drawings, drawings in a read-only
  1051.         directory, or drawings from a read-only device such as a CD-ROM, you
  1052.         must specify a location using this configuration option.
  1053.  
  1054.  
  1055.     Chapter 4
  1056.  
  1057.     - "ACADPAGEDIR", page 74.  The following should replace the first
  1058.     paragraph in this section:
  1059.  
  1060.         This environment variable specifies the directory where the first
  1061.         page file is created. This allows you to designate a directory on a
  1062.         disk drive with plenty of free space. By default, the temporary pager
  1063.         files are placed in the same directory as the drawing file being
  1064.         edited. The directory specified by ACADPAGEDIR should be on a
  1065.         different drive than that specified as the location for temporary
  1066.         files by option 5 of the Configure Operating Parameters menu and if
  1067.         possible on a different drive from that which contains the current
  1068.         drawing files.
  1069.  
  1070.     - "ACADPAGEDIR", page 75.  The `Important:' note should be deleted,
  1071.     you must specify the location for temporary with option 5 of the
  1072.     Configure Operating Parameters menu when using drawings in a read-only
  1073.     directory.
  1074.  
  1075.     - "ACADMAXPAGE", page 75.  The following should replace the paragraph in
  1076.     this section:
  1077.  
  1078.         This environment variable specifies the maximum number of bytes that
  1079.         can be written to the first page file. If this variable is not set
  1080.         AutoCAD writes to it until the disk is full. If this variable is set
  1081.         AutoCAD writes to it until this limit is reached and then creates a
  1082.         second paging file in the directory specified by option 5 of the
  1083.         Configure Operating Parameters menu. If ACADPAGEDIR specifies a
  1084.         directory on the same drive as the current drawing files, ACADMAXPAGE
  1085.         should be set to allow for a reasonable amount of space to be left on
  1086.         the disk after the first paging file reaches it's limit.
  1087.  
  1088.  
  1089.  
  1090.     Interface, Installation, and Performance Guide - SUN SPARCstation
  1091.     -----------------------------------------------------------------
  1092.  
  1093.     Chapter 1
  1094.  
  1095.     - "Autodesk Device Interface", starting on page 10. On page 11, the "Video
  1096.     Displays" and "Digitizers" subsections should read as follows:
  1097.  
  1098.     Video         XGL Display (GX, GXPlus, and cgthree graphics boards)
  1099.     Displays      Unaccelerated Display (Color, including GS, or Monochrome)
  1100.                   Null Display
  1101.  
  1102.     Digitizers    Kurta (R) Series I; XLC; IS/1 and IS/3 Tablets
  1103.  
  1104.  
  1105.     Chapter 3
  1106.  
  1107.     - "Placement of Temporary Files", page 64.  The second paragraph after
  1108.     item number 3 should be replaced with the following:
  1109.  
  1110.         If the drawing and its internal data exceeds the available memory
  1111.         AutoCAD will use up to two paging files to temporarily store this
  1112.         information. The size and location of these files depends on your
  1113.         particular configuration and the size of the drawing being edited.
  1114.         The first paging file's location is specified by the ACADPAGEDIR
  1115.         environment variable. If ACADPAGEDIR is not set, the file is created
  1116.         in the location specified by option 5 of the Configure Operating
  1117.         Parameters menu, which by default is the current drawing directory.
  1118.         The second paging file is created when the first one has reached the
  1119.         limit specified by ACADMAXPAGE and is created in the location
  1120.         specified by option 5 of the Configure Operating Parameters menu.
  1121.  
  1122.         We recommend specifying a directory for temporary file placement on
  1123.         a drive other than that which contains the current drawing files.
  1124.  
  1125.  
  1126.     - "Placement of Temporary Files", page 64.  The `Important:' note should
  1127.     read as follows:
  1128.  
  1129.         Important: To access read-only drawings, drawings in a read-only
  1130.         directory, or drawings from a read-only device such as a CD-ROM, you
  1131.         must specify a location using this configuration option.
  1132.  
  1133.  
  1134.     Chapter 4
  1135.  
  1136.     - "ACADPAGEDIR", page 77.  The following should replace the first
  1137.     paragraph in this section:
  1138.  
  1139.         This environment variable specifies the directory where the first
  1140.         page file is created. This allows you to designate a directory on a
  1141.         disk drive with plenty of free space. By default, the temporary pager
  1142.         files are placed in the same directory as the drawing file being
  1143.         edited. The directory specified by ACADPAGEDIR should be on a
  1144.         different drive than that specified as the location for temporary
  1145.         files by option 5 of the Configure Operating Parameters menu and if
  1146.         possible on a different drive from that which contains the current
  1147.         drawing files.
  1148.  
  1149.     - "ACADPAGEDIR", page 78.  The `Important:' note should be deleted,
  1150.     you must specify the location for temporary with option 5 of the
  1151.     Configure Operating Parameters menu when using drawings in a read-only
  1152.     directory.
  1153.  
  1154.     - "ACADMAXPAGE", page 78.  The following should replace the first
  1155.     paragraph in this section:
  1156.  
  1157.         This environment variable specifies the maximum number of bytes that
  1158.         can be written to the first page file. If this variable is not set
  1159.         AutoCAD writes to it until the disk is full. If this variable is set
  1160.         AutoCAD writes to it until this limit is reached and then creates a
  1161.         second paging file in the directory specified by option 5 of the
  1162.         Configure Operating Parameters menu. If ACADPAGEDIR specifies a
  1163.         directory on the same drive as the current drawing files, ACADMAXPAGE
  1164.         should be set to allow for a reasonable amount of space to be left on
  1165.         the disk after the first paging file reaches it's limit.
  1166.  
  1167.  
  1168.     Chapter 7
  1169.  
  1170.     - "dBASE III PLUS", page 129.  The code example for setting the `SAMPLES'
  1171.     environment variable should be revised as follows:
  1172.  
  1173.     # setenv SAMPLES /files/database
  1174.  
  1175.  
  1176.     Appendix A
  1177.  
  1178.     - "Video Graphics Array", on page 135, and "SVADI Super VGA", starting on
  1179.     page 136. Two new color mappings have been added to the four that are
  1180.     mentioned here. They are "Lo16/Hi256" and "Lo16/Hi128". See README.DRV for
  1181.     more information.
  1182.  
  1183.     Appendix B
  1184.  
  1185.     - "Summagraphics Summasketch MM Series Tablets", page 150.  The last
  1186.     sentence in the `Note:' is incorrect, it should read as follows:
  1187.  
  1188.         The AC jumper must be in place (ON).
  1189.  
  1190.  
  1191.      Bonus CD-ROM
  1192.      ============
  1193.  
  1194.     - The AutoLISP routine mmo_edit.lsp lets you interactively test and edit
  1195.     MODEMACRO strings. It displays six edit boxes for entering text strings
  1196.     but only evaluates the first five. To correct this problem revise the
  1197.     AutoLISP file as shown below.
  1198.  
  1199.         Add `l6' to line #121,
  1200.                                      (setq mmo (strcat l1 l2 l3 l4 l5))
  1201.         so it reads
  1202.                                      (setq mmo (strcat l1 l2 l3 l4 l5 l6))
  1203.  
  1204.     - AutoCAD Lock Utility (CADLOC) Note
  1205.  
  1206.     In Release 12, there is an additional swap file (DOS386 only) which did
  1207.     not exist in R11 and is therefore not removed by cadloc -c (crash
  1208.     recovery).  This file, if it exists following a crash, will normally be
  1209.     located in the root directory of the drive containing the current
  1210.     working directory, or drawing directory.  There will be two files of
  1211.     the same name; one with an extension of '.SWR', and the new one - with
  1212.     no extension.  CADLOC finds and removes the one with the '.SWR'
  1213.     extension, but the other will need to be deleted manually.  The name is
  1214.     a random sequence of letters, which changes each time AutoCAD is run.
  1215.  
  1216.  
  1217.