OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: dgpuertas on May 20, 2015, 02:59:26 AM

Title: Error AutoCAD 2016
Post by: dgpuertas on May 20, 2015, 02:59:26 AM
Hi,

When i use opendcl file in Autocad 2016, the form show well. But when the form close, autocad crash (see attachment)
I use the last opendcl file (v 8.0.0.14) and the arx is OpenDCL.x64.20.arx (2044kb create jun-22-2014)

I cant use the opendcl dialog.

Can you help me?

Thanks and sorry about my english.,.

Title: Re: Error AutoCAD 2016
Post by: Fred Tomke on May 20, 2015, 03:45:54 AM
Hi, it depends on the lisp code. We need to know what happens in the code.
Greetings, Fred
Title: Re: Error AutoCAD 2016
Post by: dgpuertas on May 20, 2015, 04:06:35 AM

oppps

When i use
(dcl-Project-Load  "Media.odcl" nil) -> "Media" and run ok but AutoCAD crash when dialog close.

But if i use:
(dcl-Project-Load  "Media.odcl" T) -> nil and AutoCAD show the following error:

it's strange because (dcl-Project-Load  "Media.odcl" nil) run when autocad is clear, nothing load before.
Title: Re: Error AutoCAD 2016
Post by: Fred Tomke on May 20, 2015, 05:48:32 AM
Hi, please upload the project for debugging.
Regards, Fred
Title: Re: Error AutoCAD 2016
Post by: dgpuertas on May 20, 2015, 09:13:39 AM
I have a lot of odcl, here I show simply one.

I thing that the code is not the problem cause its too simply but......

Thanks
Title: Re: Error AutoCAD 2016
Post by: Fred Tomke on May 20, 2015, 10:46:02 AM
Hi, call me silly, but (odcl-define_datum "ED-50" "45" nil) works fine, as well as (dcl-Project-Load  "d:\\temp\\Media.odcl" T). One, two three, four times.  What to do for crashing?

Befehl: (dcl-getversionex)
"8.0.0.13"


Regards, Fred
Title: Re: Error AutoCAD 2016
Post by: Peter2 on May 22, 2015, 09:54:59 AM
Quote from: dgpuertas on May 20, 2015, 02:59:26 AM...I use the last opendcl file (v 8.0.0.14) and the arx is OpenDCL.x64.20.arx (2044kb create jun-22-2014)...
June 2014? Here are my data:
Code (autolisp) Select
OpenDCL.x64.20.arx 2.068 k 14.05.2015 21:59 -a--
Title: Re: Error AutoCAD 2016
Post by: dgpuertas on May 28, 2015, 01:35:02 AM

Sorry for this days outside..

its the versión,
(dcl-getversionex)
"8.0.0.7"
_$

Where can i download the arx file? Because i download the Opendcl Studio (v8.0.0.13) and i dont know where is the arx file

Thanks and sorry about my english.


Title: Re: Error AutoCAD 2016
Post by: dgpuertas on May 28, 2015, 01:49:36 AM
Its fine, im sorry.

i thougth that download the Opendcl Studio the arx its downloaded too. :-\
Now i download de Runtime (last versión) and works fine. :D

Thanks and Sorry

Title: Re: Error AutoCAD 2016
Post by: owenwengerd on May 28, 2015, 02:23:56 AM
OpenDCL Studio does also include the runtime. Unless you made some manual copies of the runtime files and loaded the copies, updating OpenDCL Studio should also update the runtime files.
Title: Re: Error AutoCAD 2016
Post by: CADwiesel on July 22, 2015, 05:08:17 AM
Hi there,

now i got the same Prob.
But im shure it's not on the Runtimes part.
I found out, that the error encoures, when leaving the opendcl box using the ok or cancel Button.
Debugging the code finding out, that the error encoures, while leaving the odcl box and swiching back to lisp function.

Title: Re: Error AutoCAD 2016
Post by: Fred Tomke on July 26, 2015, 01:47:08 AM
Hi, CADwiesel, I cannot reproduce the problem.
Do you have an example to demonstrate?
Fred