Pascal Unresolved Global Function |
A function reference that was not linked up to a definition during the resolve process. This will occur when there is an EXTERNAL attribute on a function declaration, but no definition of the function is found. For example:
[EXTERNAL] Function SomeFunc(p1 : Integer) : Integer; EXTERNAL; { SomeFunc is unresolved if no definition is found }
Scientific Toolworks, Inc. http://www.scitools.com |