ADS request error

Started by Atwist, August 27, 2012, 02:06:32 AM

Previous topic - Next topic

Atwist

I can not open my project using the lisp and now get this error

Code (autolisp) Select
ADS request error

What does this mean
Atwist

I'm sorry because English is not my native language


Thanks for your help

Fred Tomke

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
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

owenwengerd

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.

Atwist

Thanks Fred and Owen

I have found the problem
Atwist

I'm sorry because English is not my native language


Thanks for your help