[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Error 42 Undefinded Pointer Type pp 322
Source: Compiler
Cause: Pointer reference has not been declared.
Remedy: Examine the statement ahead of the error cursor for the above
condition. Verify the declaration of the pointer.
----------------------------------------------------------------------------
Example:
TYPE
PtrType = Integer ; { Declare pointer data type is Integer }
Ptr1 = othing; { Wrong - Type Nothing does not exist }
Ptr2 = PtrData; { Correct - Ptr2 is of type PtrData }
BEGIN
END.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson