2017-01-26 18:30 UTC
Is there a reason that the functionality of ListBox_GetItemText was changed?
In previous versions a NIL value for this command was allowed and my routines were coded accordingly. Previous to version 8.1 a NIL value passed to this command was allowed, but 8.1 throws an error message: Error: NIL value not allowed
This causes a major problem because we're involved in a migration to AutoCAD 2017 which needs OpenDCL version 8.1 in order to run. Unfortunately all of my code was written for version 8.0 which allowed the null value. My code accepts NIL as a valid value and processes data accordingly.
I'm not even sure that this is the only command that will throw a new error. What other surprises are awaiting me? Nobody is going to pay me to re-write all my code so it looks like we're stuck on AutoCAD 2014 until you guys fix this.
Thank you for your efforts.
In previous versions a NIL value for this command was allowed and my routines were coded accordingly. Previous to version 8.1 a NIL value passed to this command was allowed, but 8.1 throws an error message: Error: NIL value not allowed
This causes a major problem because we're involved in a migration to AutoCAD 2017 which needs OpenDCL version 8.1 in order to run. Unfortunately all of my code was written for version 8.0 which allowed the null value. My code accepts NIL as a valid value and processes data accordingly.
I'm not even sure that this is the only command that will throw a new error. What other surprises are awaiting me? Nobody is going to pay me to re-write all my code so it looks like we're stuck on AutoCAD 2014 until you guys fix this.
Thank you for your efforts.