OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Atwist on August 27, 2012, 02:06:32 AM

Title: ADS request error
Post by: Atwist on August 27, 2012, 02:06:32 AM
I can not open my project using the lisp and now get this error

Code (autolisp) Select
ADS request error

What does this mean
Title: Re: ADS request error
Post by: Fred Tomke on August 27, 2012, 03:05:45 AM
Hi, that means that a call of a function causes an error. When a dcl_... function causes such an error a bad argument typ could be the reason.
I recomment you to debug it line by line to get the name of the function which causes the error.

Regards, Fred
Title: Re: ADS request error
Post by: owenwengerd on August 27, 2012, 05:24:14 AM
Probably one of your event handler functions has an incorrect argument list. You can comment all of them out, then add them back one at a time until the culprit is found.
Title: Re: ADS request error
Post by: Atwist on August 27, 2012, 06:48:19 AM
Thanks Fred and Owen

I have found the problem