OpenDCL Forums

OpenDCL => Source Code => Topic started by: Hypersonic on December 17, 2007, 04:05:36 PM

Title: How is OpenDCL different from ObjectDCL ?
Post by: Hypersonic on December 17, 2007, 04:05:36 PM
I am new to what you have, glad to see it being carried on....
Can anyone give me the run down on the differences?

Thanks, Bob.
Title: Re: How is OpenDCL different from ObjectDCL ?
Post by: owenwengerd on December 17, 2007, 07:38:06 PM
Welcome aboard, Bob. The major difference, of course, is that OpenDCL is free and open source. Every OpenDCL user is part of the development and testing team. I can't speak to functional differences as I'm not familiar with the revived ObjectDCL, but I believe they have an evaluation version that you can download.
Title: Re: How is OpenDCL different from ObjectDCL ?
Post by: Hypersonic on December 18, 2007, 07:32:11 PM
thank you !
Title: Re: How is OpenDCL different from ObjectDCL ?
Post by: cadplayer on August 07, 2012, 11:21:39 PM
Sorry I post to an old thread, I have only question, why doesn´t use DCL which is incorporated in Autocad a more attraktiv editor to create a template form.
I like more OpenDCL some beginners.

Regards Dirk
Title: Re: How is OpenDCL different from ObjectDCL ?
Post by: Fred Tomke on August 07, 2012, 11:34:08 PM
Hi, cadplayer which question shall we answer for you?
Regards, Fred
Title: Re: How is OpenDCL different from ObjectDCL ?
Post by: cadplayer on August 08, 2012, 12:18:34 AM
Maybe stupid or superfluous if I was thinking than I begin with a DCLlanguage I compared DCL, OpenDCL and ObjectDCL. The first two are for free. ObjectDCL you have to pay a minimi budget.

In DCL looks like a template form as this example:

// Chain.dcl Draw Chains via Dialog
Chain : dialog {
  label = "Chain Options";
  : row {
    : column {
      spacer_1;
      : image_button {
         key = "Chn_ICON";
         height = 8;
//       width = 20;
         aspect_ratio = 1.50;
      }
    }
//    spacer_1;
    : column {
        : edit_box {
          label = "Chain Size";
          mnemonic = "S";
          key = "Chn_sz" ;
          edit_width = 8;
        }
      : boxed_column {
        label = "Chain Type";
        : column {
          : row {
            : radio_button {
              label = "Heavy";
              mnemonic = "H";
              key = "Chn_H";
            }
            : radio_button {
              label = "Medium";
              mnemonic = "M";
              key = "Chn_M";
            }
          }

But it´s little bit complicate to understand without any editor.
So I prefer OpenDCL, it´s more easier to use or I missed something?

Dirk
Title: Re: How is OpenDCL different from ObjectDCL ?
Post by: Fred Tomke on August 08, 2012, 01:44:00 AM
answer (http://www.opendcl.com/forum/index.php?topic=118.msg477#msg477)
Title: Re: How is OpenDCL different from ObjectDCL ?
Post by: cadplayer on August 08, 2012, 02:37:46 AM
cheers for answer. No help I needed...  ::)