Building the Starter Application

The starter application you created provides the beginnings of a working application for the Windows operating system. You can build either a Release or a Debug version, because the development environment generates project files and settings for both versions.

Suggested Reading in the Visual C++ Programmer’s Guide

Before compiling, select the type of project you want to build.

To select Debug or Release build options

To build the starter application

When you build the starter Scribble application from the files that AppWizard creates — without adding a single line of code — the result is an application that runs, opens and closes windows, and lets you perform other generic operations on the windows. Try running the application to see this basic functionality.