Author Topic: What would it take to convert from object dcl to open dcl?  (Read 60013 times)

Hypersonic

  • Full Member
  • ***
  • Posts: 124
What would it take to convert from object dcl to open dcl?
« on: November 25, 2009, 03:52:56 AM »
I have a bunch of programs set up with an older version of object dcl.  I am running mechanical desktop 2004.
I want to upgrade to autocad 2009 or 2010
The old object dcl dialogs will not run in 2009 so I either have to re-write for the newer object dcl or re-write for open-dcl.....

Could someone explain to me the pro's and cons' of each possibility?
How much work would either method be?  I know those are open ended questions.... but any general idea would help!

Thanks!, Bob.

owenwengerd

  • Administrator
  • Hero Member
  • *****
  • Posts: 3101
    • Outside The Box
Re: What would it take to convert from object dcl to open dcl?
« Reply #1 on: November 25, 2009, 06:51:18 AM »
Take a look at the migration guide:
http://opendcl.com/wordpress/?page_id=10

Hypersonic

  • Full Member
  • ***
  • Posts: 124
Re: What would it take to convert from object dcl to open dcl?
« Reply #2 on: November 25, 2009, 08:16:56 AM »
This migration guide showed only a couple minor changes as being needed?  Or am I not seeing the whole picture?

If thats all that is necessary, I'll start converting today!

So does this mean I can reuse all my old files for the most part?

owenwengerd

  • Administrator
  • Hero Member
  • *****
  • Posts: 3101
    • Outside The Box
Re: What would it take to convert from object dcl to open dcl?
« Reply #3 on: November 25, 2009, 09:09:35 AM »
Yes, unless you're doing something funky, conversion should only take a few minutes.

BazzaCAD

  • OpenDCL Webmaster
  • Administrator
  • Hero Member
  • *****
  • Posts: 855
  • Cylons will kill you
    • OpenDCL
Re: What would it take to convert from object dcl to open dcl?
« Reply #4 on: November 25, 2009, 11:23:44 AM »
If you find any issues that aren't in the Migration Guide, please let us know.
a.k.a.
Barry Ralphs
barryDOTralphsATgmailDOTcom

Hypersonic

  • Full Member
  • ***
  • Posts: 124
Re: What would it take to convert from object dcl to open dcl?
« Reply #5 on: November 25, 2009, 02:34:25 PM »
Awesome!  I am going to start tonight!  will this open DCL also work with mechanical desktop 2004?

Is there an installation guide?

Thank you so much!

owenwengerd

  • Administrator
  • Hero Member
  • *****
  • Posts: 3101
    • Outside The Box
Re: What would it take to convert from object dcl to open dcl?
« Reply #6 on: November 25, 2009, 02:48:18 PM »
Yes, it will work with Mechanical 2004. There is no installation guide; just install the OpenDCL Studio MSI for your language, then follow the steps in the migration guide. Add a (command "_OPENDCL") to your application's main function to ensure the runtime is loaded, then you're good to go.

Hypersonic

  • Full Member
  • ***
  • Posts: 124
Re: What would it take to convert from object dcl to open dcl?
« Reply #7 on: November 25, 2009, 02:53:46 PM »
Thanks, I will give it a try.... feels like Christmas and I got a new bike!

Hypersonic

  • Full Member
  • ***
  • Posts: 124
Re: What would it take to convert from object dcl to open dcl?
« Reply #8 on: November 25, 2009, 06:13:53 PM »
Ugh!  I don't know which version it looks like there are dozens of them....

I am running an English version of Mechanical Desktop 2004

I see newer and older files?  Is ENU english?

Thanks, sorry for not knowing!

Kerry

  • Mesozoic Relic
  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 433
  • class keyThumper<T>
Re: What would it take to convert from object dcl to open dcl?
« Reply #9 on: November 25, 2009, 06:33:37 PM »
Quote
I see newer and older files?  Is ENU english?
yes

Quote
Ugh!  I don't know which version it looks like there are dozens of them....
Which version of what ??

If you mean of the StudioEditor I'd use the 5.1.2.3 Stable Version
http://sourceforge.net/projects/opendcl/files/Stable/OpenDCL.Studio.ENU.5.1.2.3.msi/download


The Development Build 6.0.0.14 is not yet ready for production work.
http://sourceforge.net/projects/opendcl/files/Development/OpenDCL.Studio.ENU.6.0.0.14.msi/download


The stable Runtime to install on Users Machines is
http://sourceforge.net/projects/opendcl/files/Stable/OpenDCL.Runtime.5.1.2.3.msi/download
Perfection is not optional.
My other home is TheSwamp

Hypersonic

  • Full Member
  • ***
  • Posts: 124
Re: What would it take to convert from object dcl to open dcl?
« Reply #10 on: November 25, 2009, 06:40:33 PM »
Thank you!

Kerry

  • Mesozoic Relic
  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 433
  • class keyThumper<T>
Re: What would it take to convert from object dcl to open dcl?
« Reply #11 on: November 25, 2009, 06:41:12 PM »

You're welcome ;)
Perfection is not optional.
My other home is TheSwamp

Hypersonic

  • Full Member
  • ***
  • Posts: 124
Re: What would it take to convert from object dcl to open dcl?
« Reply #12 on: November 25, 2009, 07:47:24 PM »
Inforapid search and replace is a free downloadable tool to do some of the global search and replace things listed in the migration guide.
Maybe this (or something like it) is already listed somewhere, but if not it might save some people a few hours...
Just a thought
Thanks for all your help!
-

Hypersonic

  • Full Member
  • ***
  • Posts: 124
Re: What would it take to convert from object dcl to open dcl?
« Reply #13 on: November 25, 2009, 08:02:10 PM »
ObjectDCL_LoadArx  <== this should be removed?

owenwengerd

  • Administrator
  • Hero Member
  • *****
  • Posts: 3101
    • Outside The Box
Re: What would it take to convert from object dcl to open dcl?
« Reply #14 on: November 25, 2009, 08:17:39 PM »
If that's your function to load the .arx, then yes, it should be replaced with (command "_OPENDCL").