View Full Version : Semantic errors
nyaromulo
3rd Jun 2009, 04:59 pm
I opening a drawing using AutoCAD 2009 and a dialog box appears that says
"Semantic errors(s) in DCL file ade.dcl.
See file acad.dce for details"
I looked into the "acad.dce" file and I see so much, I do not know what to fix and what not. Any help?
thanks
ReMark
3rd Jun 2009, 05:32 pm
From the CadGuruCool's Tip and Tricks website:
< start quote here >
When an error occurs in a DCL file, unlike AutoLISP, it is not displayed at the command: prompt in AutoCAD.
Instead all the errors are written in a seperate file called ACAD.DCE You can find it in the current directory. But the ACAD.DCE file does not contain all the details by defalut.
http://www.geocities.com/cadgurucool/bullet.gif The Tip is : Include the following statement at the beginning of your DCL file:
dcl_settings : defalut_dcl_settings {audit_level=3;}
A value of 3 for the audit_level attribute ensures that the error is pinpointed with the line number, along with the nature of error and a few suggestions to rectify the mistake.
< end of quote >
Lee Mac
3rd Jun 2009, 11:51 pm
If you could post ade.dcl, I'd be happy to look at it and see if I can find your error for you :)
Powered by vBulletin™ Version 4.1.2 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.