OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: roy_043 on May 24, 2012, 12:19:48 PM

Title: Dir ComboBox returns gibberish in ODCL 7.0.0.5 + BC 12.2.7?
Post by: roy_043 on May 24, 2012, 12:19:48 PM
I have just found a problem with the Dir ComboBox in ODCL 7.0.0.5 + BC 12.2.7.
The OnSelChanged event does not return a string value but something like this:
"頠\037੸\031\037큨\037濐ʶ\003".
I have tried to switch off Bricscad's "Fast COM" which can give similar problems:
Code (autolisp) Select
(if lisp$enablefastcom (lisp$enablefastcom nil))
... but that did not solve the problem.

Also the problem does not occur in ODCL 7.0.0.4 + BC 12.2.7. So it must be, at least partly, ODCL related.
Title: Re: Dir ComboBox returns gibberish in ODCL 7.0.0.5 + BC 12.2.7?
Post by: owenwengerd on May 24, 2012, 06:39:41 PM
That's a bug introduced in Alpha 5, now fixed for the next build.
Title: Re: Dir ComboBox returns gibberish in ODCL 7.0.0.5 + BC 12.2.7?
Post by: roy_043 on May 24, 2012, 11:39:44 PM
Great, thanks Owen.