/LINENUMBERS (Windows Embedded CE 6.0)
1/6/2010
This option displays COFF line numbers.
/LINENUMBERS
Remarks
Line numbers exist in an object file if it was compiled with the following:
- Program Database, /Zi
- C7 Compatible, /Z7
- Line Numbers Only, /Zd
An executable file or DLL contains COFF line numbers if it was linked with Generate Debug Info, /DEBUG.
Only the /HEADERS DUMPBIN option is available for use on files produced with the /GL compiler option.