Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> error 42 undefinded pointer type pp 322</b> http://www.X-Hacker.org [<<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.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson