Linker Tools Warning LNK4037

'symbol' does not exist; ignored

The symbol could not be ordered using the /ORDER option because it could not be found in the program. Check the specification of symbol in the ordering file.

Note

LINK cannot order static functions because static function names are not public symbol names. When /ORDER is specified, this linker warning is generated for each symbol, in the order file, that is either static or not found.