How to find define macro tab in property manager [VS]?

D.D.K-2637 966 Reputation points
2021-02-03T09:09:56.87+00:00

Hi,
I'm having trouble building a project C++ on multiple versions, this is my first time looking for macros.
can you tell me how to quickly define them on vs2021?
It would be nice to have an article or video because the articles about this seem very old and difficult to access!

Thanks you!

Developer technologies | C++
Developer technologies | Visual Studio | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Viorel 122.6K Reputation points
    2021-02-03T09:18:21.45+00:00

    The macros that affect the compilation can be quickly defined or undefined in “Preprocessor Definitions” field of C/C++ Configuration in Project’s Properties dialog for required platform. What troubles do you have, maybe they can be solved differently?

    1 person found this answer helpful.

  2. D.D.K-2637 966 Reputation points
    2021-02-03T09:54:54.877+00:00

    Hi @Viorel ,
    This post seems to be what I need, but how i can add User macro tab to property manager? I double clicked on the property sheet but nothing happened .

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.