How do I install the SYMBOL files?
John Savill
January 8, 2000
1 Min Read
A. Symbol files are produced by the linker when a program is built, and are used to resolve global variables and function names in an executable.
Create a directory on your machine called SYMBOLS
mkdir c:winntsymbolsCopy over the symbols from the NT installation CD ROM
xcopy :SupportDebugi386 c:winntsymbols /sIf you have any service pack symbols you should extract these to the same directory, e.g. for Service Pack 2
SYM_400I -d c:winntsymbols
For more information see Microsoft Knowledge Base article Q148659
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like