TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Visual DCL Programming => Topic started by: HasanCAD on March 02, 2010, 10:11:18 AM

Title: Could ODCL be converted to DCL?
Post by: HasanCAD on March 02, 2010, 10:11:18 AM
Odcl file needs OpendDCL to be installed

Is it possiple to convert ODCL to DCL?
or
Is there a way to run ODCl on AutoCAD and Open DCL not installed?
Title: Re: Could ODCL be converted to DCL?
Post by: owenwengerd on March 02, 2010, 10:49:48 AM
No, OpenDCL must be installed.
Title: Re: Could ODCL be converted to DCL?
Post by: BazzaCAD on March 02, 2010, 02:35:22 PM
Also, no you can convert ODCL to DCL. There are a bunch more controls in ODCL that DCL doesn't support. Palettes, GRID, HTML, just to name a few, not to mention all the ActiveX controls.
Why is installing ODCL an issue?
Title: Re: Could ODCL be converted to DCL?
Post by: HasanCAD on March 09, 2010, 01:35:21 PM
but cant install ODCL on each PC. So i want common DCL
Title: Re: Could ODCL be converted to DCL?
Post by: alanjt on March 09, 2010, 02:00:55 PM
but cant install ODCL on each PC. So i want common DCL
I put this in our acaddoc.lsp
Code: [Select]
;; install opendcl package if not installed
(and
  (not (findfile "C:\\Program Files\\Common Files\\OpenDCL\\OpenDCL.17.arx"))
  (findfile "OpenDCL.Runtime.ENU.5.0.2.1.msi")
  (command "_.start" "OpenDCL.Runtime.ENU.5.0.2.1.msi")
) ;_ and
Title: Re: Could ODCL be converted to DCL?
Post by: Kerry on March 09, 2010, 03:20:48 PM

You MAY want to install the latest MSI ... if so, revise accordingly :)
Title: Re: Could ODCL be converted to DCL?
Post by: alanjt on March 09, 2010, 03:45:40 PM

You MAY want to install the latest MSI ... if so, revise accordingly :)
Oh yeah, I just assumed on that one. I haven't updated the office.