Setting the Auditing Level to Affect Error Messages
 
 
 

The level of semantic auditing affects which messages AutoCAD issues for a DCL file (see Semantic Auditing of DCL Files). For example, the hidedcl dialog box defined in Functions for Hiding Dialog Boxes is displayed without any warnings, if you use the default audit level. If you set the audit level to 3, though, AutoCAD displays an alert dialog box with a warning message. You can see this for yourself by inserting the following line at the beginning of hidedcl:

dcl_settings : default_dcl_settings { audit_level = 3; }

Try using the VLISP DCL Preview feature to view the dialog box defined in hidedcl. You will be alerted to view the acad.dce file, which contains the following messages:

=== DCL semantic audit of C:/PROGRA~1/AUTOCA~1/VLISP/$vld$.dcl ===
Hint in "hidedcl". (widget type = text, key = "message")
	fixed_height = true is probably redundant.

At lower (less discriminating) levels of semantic auditing, AutoCAD does not look for redundant attribute definitions and the dialog box displays normally.

Remove the fixed_height = true statement from the DCL to correct the situation AutoCAD is warning you about.


500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@entercad.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.