OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: noble on April 19, 2017, 08:53:27 AM

Title: IntelliCad Compatibility
Post by: noble on April 19, 2017, 08:53:27 AM
Do you have any plans to port OpenDCL to Intellicad?
Title: Re: IntelliCad Compatibility
Post by: owenwengerd on April 19, 2017, 09:11:38 AM
IntelliCAD does not expose user interface elements in its API. Those are the foundation of OpenDCL. Unfortunately it's not feasible to support IntelliCAD without them. Note that OpenDCL does support BricsCAD and ZWCAD.
Title: Re: IntelliCad Compatibility
Post by: noble on April 19, 2017, 11:21:18 AM
Well, that's a shame. I'll contact them about this deficiency. By the way, I've found your program to be very easy to learn and use.
Title: Re: IntelliCad Compatibility
Post by: Fred Tomke on November 21, 2017, 12:56:27 PM
Hello, Owen, I just downloaded Intellicad due some future developments. What exactly do you mean with
QuoteIntelliCAD does not expose user interface elements in its API.
? What do I have to do to port OpenDCL runtime for Intellicad?
Regards, Fred
Title: Re: IntelliCad Compatibility
Post by: owenwengerd on November 21, 2017, 05:33:38 PM
You would need to implement replacements for most of the AcUi and AdUi classes from ObjectARX. I would guess it requires around 3000 programmer-hours to get a skeleton working, then another 8-12 thousand to complete the work.
Title: Re: IntelliCad Compatibility
Post by: Fred Tomke on December 11, 2017, 03:40:17 AM
Hi, Owen, sorry for the long delay. But I was shocked about your answer.
I didn't understand and underestimated the needed efforts to complete the works to be done to make OpenDCL work on IntelliCAD.
Especially I was wondering about it because my C# parts work very well in the current Beta.
Regards, Fred
Title: Re: IntelliCad Compatibility
Post by: owenwengerd on December 11, 2017, 09:49:52 AM
ITC would have the resources to do it, but I doubt that it would be a worthwhile investment for them given that new developers tend to use .NET.
Title: Re: IntelliCad Compatibility
Post by: Fred Tomke on November 09, 2018, 03:08:55 AM
Hello, Owen, I just want to come back to this thread due to future compatibility of our customers extisting applications still using AutoCAD. Did I understand right, that Bricsys did the effort to implement replacements for most of the AcUi and AdUi classes from ObjectARX?
We just wanna have a try to compile against Intellicad. It might be easier than to rewrite the whole application (which is also not ours but we have many customers using it and we have the chance to convince and encourage the developers to support also ITC). 
Regards, Fred
Title: Re: IntelliCad Compatibility
Post by: owenwengerd on November 09, 2018, 11:45:12 AM
Quote from: Fred Tomke on November 09, 2018, 03:08:55 AM
Did I understand right, that Bricsys did the effort to implement replacements for most of the AcUi and AdUi classes from ObjectARX?

Yes, that is correct.