Pascal Unresolved Global Procedure

An external procedure that was not linked up to a definition during the resolve process. This will occur when there is an EXTERNAL attribute on a procedure declaration, but no definition of the function is found. For example:

[EXTERNAL] Function SomeProc(p1 : Integer); EXTERNAL; 
   { SomeProc is unresolved if no definition is found } 

Scientific Toolworks, Inc.
http://www.scitools.com