2011-09-28 14:39 UTC
Bricscad 11.4.6
OpenDCL 6.0.2.5
Win XP
A strange problem...
While debugging a program I temporarily had an OnInitialize function that would return a specific list. This return value causes Bricscad to freeze up and the dialog in not displayed. The problem is apparently very specific: if you comment-out any of the three list items the problem disappears.
(defun c:TestOnInitializeReturn_Main_OnInitialize ()
'(
(xyz 4)
(abc (def))
(ghi (jkl))
)
)
OpenDCL 6.0.2.5
Win XP
A strange problem...
While debugging a program I temporarily had an OnInitialize function that would return a specific list. This return value causes Bricscad to freeze up and the dialog in not displayed. The problem is apparently very specific: if you comment-out any of the three list items the problem disappears.
(defun c:TestOnInitializeReturn_Main_OnInitialize ()
'(
(xyz 4)
(abc (def))
(ghi (jkl))
)
)