Pascal Unresolved Global Variable

A variable declared as EXTERNAL that was not linked up to a definition during the resolve process.

VAR 
   SomeObj : [EXTERNAL] Integer; 
   { SomeObj is unresolved if no definition is found } 

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