1


Is the Symbol Server the only way to get the symbols of kernel32.dll in C++/Windows?
thanks:)

Idov
  • 5,006
  • 17
  • 69
  • 106
  • Not sure I understand you correctly, but you can also download symbol packages from Microsoft website: http://goo.gl/yFzRh – DReJ Jan 15 '11 at 10:23
  • It might not be the only way, but it's often the best – David Heffernan Jan 15 '11 at 10:25
  • 2
    @DReJ: Please don't post shortened URLs. The commenting system will automatically truncate them if they're particularly long; this isn't Twitter. It's nice to know what you're clicking on. – Cody Gray - on strike Jan 15 '11 at 14:11

1 Answers1

5

You could download symbol packages too. Start point is here.

Hans Passant
  • 922,412
  • 146
  • 1,693
  • 2,536