Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 932 Bytes

linker-tools-warning-lnk4037.md

File metadata and controls

16 lines (13 loc) · 932 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Linker Tools Warning LNK4037
Linker Tools Warning LNK4037
10/04/2017
LNK4037
LNK4037
9ba02fd3-b04f-4679-bab9-26fa82cf09bb

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.