Linker Tools Warning LNK4037

'symbol' does not exist; ignored

The decorated name symbol could not be ordered by using the /ORDER option because it could not be found in the program. Check the specification of symbol in the order response file. For more information, see the /ORDER (Put functions in order) linker option.

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 response file that is either static or not found.