Delphi Error – E2068 Illegal reference to symbol ‘%s’ in object file ‘%s’

Delphi Compiler Error

E2068 Illegal reference to symbol ‘%s’ in object file ‘%s’

Reason for the Error & Solution

This error message is given if an object file loaded with a $L or $LINK directive contains a reference to a Delphi symbol that is not a procedure, function, variable, typed constant or thread local variable.