Stellen Sie eine FrageStellen Sie eine Frage
 

BeantwortetHow to lookup compiler error codes?

Antworten

  • Montag, 22. Juni 2009 16:29Karel ZikmundMSFT, ModeratorTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet

    If you need links to MSDN documentation, then note that no one guarantees that the MSDN links are permanent and will work in the future. I have seen some of them to change from time to time in the past couple of years.
    That's IMO the main reason why there is not built-in mapping from error number to MSDN link.

    You can simply create your own static list of errors and their links by parsing MSDN docs (e.g. parse the list from this HTML page: http://msdn.microsoft.com/en-us/library/ms228296.aspx). That's IMO the best thing you can do.

    -Karel

Alle Antworten

  • Montag, 22. Juni 2009 16:29Karel ZikmundMSFT, ModeratorTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet

    If you need links to MSDN documentation, then note that no one guarantees that the MSDN links are permanent and will work in the future. I have seen some of them to change from time to time in the past couple of years.
    That's IMO the main reason why there is not built-in mapping from error number to MSDN link.

    You can simply create your own static list of errors and their links by parsing MSDN docs (e.g. parse the list from this HTML page: http://msdn.microsoft.com/en-us/library/ms228296.aspx). That's IMO the best thing you can do.

    -Karel