15

Is there some place where I can get a list of all Visual C++ compiler/linker errors/warnings? I am looking for both the error/warning number and the error/warning text that is displayed by the compiler. MSDN has them all, but they are linked to on individual pages.

4

2 に答える 2

8

どうやら、何も存在しないようです。すべての用語を含む単一のページをグーグル検索しても、lnk1000 lnk1003 c4100結果は得られません。

この MSDN セクションを骨の折れるナビゲーションを行って、自分でリファレンスをコンパイルする必要があると思います。

于 2011-06-07T12:33:36.853 に答える