1
Deployment / Re: Problem with OpenDCL and GstarCAD 2023
« Last post by owenwengerd on March 31, 2023, 05:53:54 PM »The DwgPreview issue should be fixed in 9.2.0.5.
(defun c:qq ()
(command "_OPENDCL")
(dcl_project_load "modeless")
(dcl_form_show modeless_mainForm)
(dcl-Control-AddList bo_type (list "A" "B" "C"))
(princ)
)