2021-05-28 12:17 UTC
Hi Owen,
i figured this out:
when i execute an lisp file, which starts with an opendcl dialog for selecting several dwg files, than closing this opendcl dialog, the lisp file is continuing as follows:
- opening one file after each other, by using the _open command
- executing different stuff
- closing the file by using the _close command
finnishing the lisp.
at the End i get these message:
; ----- Error around expression -----
(OPENDCL_INIT_UI)
;
; error : no function definition ; expected FUNCTION at
Also the function (dcl-get-projects) isn't availlable anymore.
this only happens in BricsCAD V15. All the newer releases are not infected by this.
What's your opinion?
Best Regards
i figured this out:
when i execute an lisp file, which starts with an opendcl dialog for selecting several dwg files, than closing this opendcl dialog, the lisp file is continuing as follows:
- opening one file after each other, by using the _open command
- executing different stuff
- closing the file by using the _close command
finnishing the lisp.
at the End i get these message:
; ----- Error around expression -----
(OPENDCL_INIT_UI)
;
; error : no function definition ; expected FUNCTION at
Also the function (dcl-get-projects) isn't availlable anymore.
this only happens in BricsCAD V15. All the newer releases are not infected by this.
What's your opinion?
Best Regards