0 out of 10 rated this helpful - Rate this topic

User-defined Macros 

Visual C++ enables you to create custom macros for building projects in the integrated development environment. Macros that you create are called user-defined macros. You can use the Add User Macro Dialog Box to easily create new custom macros.

User-defined macros are defined in .vsprops files. For more information, see XML Schema Definition for Property Sheets.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
How to: Add User-defined Macro
Add a new property sheet (see above topic How to: Add New Property Sheets to C++ Projects)
Right click to add a new property page.
Double click on the new page open the User Macro Dialog Box.
Click on the tab labeled User Macros.
    Advertisement