- OpenDCL is free to download and use?
Yes. You'll want to start with the last stable build, 4.1.2.2
- How the exact link to download and start the application OpenDCL?
Go here to download:
{2}
I ever seen a lot of links to download, for exemple: "OpenDCL Runtime" "OpenDCL Studio" "OpenDCL.." "..."
The OpenDCL Runtime is the arx file that holds the code that interacts with AutoCAD and lisp. You'll need this to be loaded into AutoCAD before you can start using OpenDCL.
The OpenDCL Studio is a stand alone editor that lets you create the dialog boxes by "drawing" them. It's a totally graphic editor - no code except for the Controls (buttons, listboxes) event and property code. The editor creates compiled code that can be added write to your Lisp File that contains all the dialog box information - no need for a seperate dcl file.
- The OpenDCL works togheter Visual Lisp IDE and needs LISP code to activate the Dialog?
Yes. Once you download the Runtime and Studio editor I would suggest downloading this simple example:
{2}
PS: I use AutoCad 2000i and MDT 5.0
Not sure about this one - would that be OpenDCL.16.arx? anyone? Bueller?
I hope this helps. I've never been one that neaded a lot of training when it comes to, well, a lot of things. I just get in there are start hammering away at it. So my best advice is to download it and immerse yourself in the program. Ask questions and get plenty of help along the way. (here and over at theSwamp.org) I'll be happy to help as time allows.