Author Topic: OMG  (Read 6714 times)

0 Members and 1 Guest are viewing this topic.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
OMG
« on: February 15, 2018, 08:36:49 PM »


Just downloaded and installed the latest versions of BricsCAD (18.1.09) and DOSLIB (9.03) for same.

Ran a few tests. Absolute speed demon. Generally smokes its rival. The bulk of my utilities work straight out of the can -- and fast! A couple need rework, e.g. MOE (deep dives into the object model), but overall I am seriously impressed with the LISP implementation. VBA based utilities also work (with some re-work to address the lack of the VBASTMT command [or equivalent] so parameter passing from LISP to VBA currently has to be performed via kludgy slight of hand tricks). Anyway ... I'm grinning despite a crushing headache.

Well done Bricsys & partners, kudos!
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2132
  • class keyThumper<T>:ILazy<T>
Re: OMG
« Reply #1 on: February 15, 2018, 09:21:53 PM »
... and OpenDCL just keeps ticking along

:)

and the dotNET API works generally as expected.
 

added:
and the developers are responsive.
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: OMG
« Reply #2 on: February 15, 2018, 09:24:54 PM »
I have some serious dev planned for BC, leveraging OpenDCL / Owen's great work is a no brainer!
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

MickD

  • King Gator
  • Posts: 3636
  • (x-in)->[process]->(y-out) ... simples!
Re: OMG
« Reply #3 on: February 16, 2018, 07:30:53 PM »
...

and the dotNET API works generally as expected.
 
..

better than expected I think, it's when you port it to work with acad that you find the 'strange' things with the acad api that don't work 'as expected'. :)
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

CADbloke

  • Bull Frog
  • Posts: 342
  • Crash Test Dummy
Re: OMG
« Reply #4 on: May 23, 2018, 12:42:48 AM »
added:
and the developers are responsive.
The CTO is responsive! I enquired about porting https://www.CADreplace.com to BricsCAD and the reply with all sort of offers of assistance came from their CTO. I don't recall getting an email from the A...k CTO lately.

and the dotNET API works generally as expected.
better than expected I think, it's when you port it to work with acad that you find the 'strange' things with the acad api that don't work 'as expected'. :)

That's good news and encouraging. I'll let you know how I go. I don't anticipate any major dramas. Famous last words, I know.