AutoLISP programmers may remember a product named
ObjectDCL, by 3rd Day Software.
ObjectDCL was
released as open source in the summer of 2006 by developer Chad
Wanless due to his inability to continue supporting the software because of "health reasons". At the time, many users of
ObjectDCL hoped that someone would update the code to work in
AutoCAD 2007. Programmer David
Robison did some work to get
AutoCAD 2007 supported, but the project has
beeen languishing, almost to the point of extinction.
After being asked by several
ObjectDCL users whether I could help, I decided a few weeks ago to contribute to the community by getting the original C++ code updated to support
AutoCAD 2007. As I am wont to do, I've ended up re-
architecting much of the code in the process.
The results of my work are available now at the new
OpenDCL project on
SourceForge. The new 4.0 release is still in the alpha testing phase. If you program in
AutoLISP and want to create rich user interfaces for your applications, check it out!
Labels: AutoCAD, ObjectARX, ObjectDCL, OpenDCL, programming, Visual Studio
File Not found
File: index.html not found.
To go back to the project page for opendcl click here
Click here for documentation about the download process on sf.net.
Comando: tree
; error: error en solicitud ADS
Do you have any idea about the problem.
I have found some problems with the OpenDCL Dialog Workshop:
1. The Picture folder looses its contents when you save a project to update it. Only the picture named 100 remains.
2. The original release from 3rd Day Software allows you to include each time more than a hundred pictures at the Image list of a Tree control. The OpenDCL is unable to add more than 25 pictures each time.
3. It seems that Dockable Form with AllowResizing property set True doesn’t work properly and resizing is not possible.
Congratulations Owen! You have made a very good work and I am very grateful for it.
Thank you.