Started by noble ·
2017-04-19 15:53 UTC ·
8 replies · SMF topic #2503
noble
2017-04-19 15:53 UTC
Do you have any plans to port OpenDCL to Intellicad?
owenwengerd
2017-04-19 16:11 UTC
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.
noble
2017-04-19 18:21 UTC
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.
fred_tomke
2017-11-21 20:56 UTC
Hello, Owen, I just downloaded Intellicad due some future developments. What exactly do you mean with
IntelliCAD does not expose user interface elements in its API.
? What do I have to do to port OpenDCL runtime for Intellicad?
Regards, Fred
owenwengerd
2017-11-22 01:33 UTC
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.
fred_tomke
2017-12-11 11:40 UTC
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
owenwengerd
2017-12-11 17:49 UTC
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.
fred_tomke
2018-11-09 11:08 UTC
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
owenwengerd
2018-11-09 19:45 UTC
author=Fred Tomke link=topic=2503.msg13063#msg13063 date=1541761735 wrote:
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.