Knowledge Base Reference: 100023 Dated: 16/07/2001
Clarion WSLDIAL 01, 02, 03 or 04 errors
These are internal program errors.
Please notify dka ASAP if you are getting these errors and specify
exactly where the error occurs.
Note to programmers
WSLDIAL 01 error could be:
- A screen or report variable is missing a ? in front of the variable.
- You are using a reserved word as a variable
WSLDIAL 02 error for which the program is saying:
"I can't find a resource that I need"
eg. it can't find a window, icon or bitmap resource.
- Do Module names exceed 8.3 format and length?
- Can all icons be located.
- Delete all clw/obj/rsc files for dll's/lib's/exe and recompile all.
WSLDIAL 03 error
- A procedure is calling itself.
WSLDIAL 04 error
This error is generated by incorrect data definitions.
Declarations must be the same throughout apps and dlls
eg: SampleQ Queue,THREAD,external,dll
SampleQ Queue,THREAD,dll (Missing the external attribute)