1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

プリプロセッサを活用しよう

Posted at

使う場面

Microsoft Visual Studioではプリプロセッサ機能があり、
マクロを事前に設定することができます。
そして、構成プロパティごとに使えるのでとても便利です。
例:デバックからリリースの切り替えでデバックの処理がいらないとき

やり方

a.PNG
1:プロジェクトのプロパティページを開く
2:設定したい構成、プラットフォームを選択
3:C/C++またはC#
4:プリプロセッサ
5:プリプロセッサの定義
6:追加するマクロを定義
これで6で追加したマクロを設定した構成で使い分けることができます。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?