0 out of 1 rated this helpful - Rate this topic

/nologo (Suppress Startup Banner) (C/C++)

Suppresses the display of the copyright banner when the compiler starts up and display of informational messages during compiling.

/nologo

To set this compiler option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages.

  2. Click the C/C++ folder.

  3. Click the General property page.

  4. Modify the Suppress Startup Banner property.

To set this compiler option programmatically

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement