Article ID: 118890
Article Last Modified on 7/11/2005
148659 How to Setup Windows NT Debug Symbols
Compiler: /Zi /Gh Linker: cap.lib /debug /debugtype:coff /pdb:"<target directory>/<app>.pdb"To set the C/C++ compiler options:
[EXES] <app>.exe [PATCH IMPORTS] <app>.exe [PATCH CALLERS]where <app> is the application to be profiled. The Cap.ini file included in the <SDK install directory>\Bin\WinNT directory provides an excellent example.
1 <app>.exe:0x0040105a 1 4717 4717This occurs if you use the wrong linker options. See item 2 above.
1 ???:0x0040105a 1 1577 1577This happens when your application or system component does not contain debug information.
Keywords: kbinfo kbperformancetool KB118890