Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 689 Bytes

displaying-progress-messages.md

File metadata and controls

23 lines (13 loc) · 689 Bytes
title description ms.assetid ms.topic ms.date
Displaying Progress Messages
By default, RC compiles without displaying progress messages. However, you can specify that RC is to display progress messages. To do so, use the /v option.
493b6bf0-7dff-4af9-8135-b2999eadce80
article
05/31/2018

Displaying Progress Messages

By default, RC compiles without displaying progress messages. However, you can specify that RC is to display progress messages. To do so, use the /v option.

The following example causes RC to report its progress as it compiles the resource-definition file Sample.rc and creates the compiled resource file Sample.res:

rc /v sample.rc