Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そのコードがコンパイルされているコンパイル時に表示されるコードにメッセージを埋め込む方法はありますか? メッセージは本質的に診断用であり、コンパイル プロセスを変更または中止するべきではありません。
(免責事項: 私はこの質問に対する答えを知っています。スタック オーバーフローで質問されていませんでした。ここのナレッジ ベースへの追加に役立つと思います。)
これはそれを行う1つの方法です:
#pragma message("Your Message Here")
https://msdn.microsoft.com/en-us/library/x7dkzch2.aspx