Started by Atwist ·
2012-08-27 09:06 UTC ·
3 replies · SMF topic #1881
Atwist
2012-08-27 09:06 UTC
I can not open my project using the lisp and now get this error
ADS request error
What does this mean
fred_tomke
2012-08-27 10:05 UTC
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
owenwengerd
2012-08-27 12:24 UTC
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
2012-08-27 13:48 UTC
Thanks Fred and Owen
I have found the problem