Select Build Solution
from the Build
menu of Visual C++ 2008 Express.
In the Output window at the bottom of the Visual C++ Express, you should see the messages indicating the build progress such as:
1>------ Rebuild All started: Project: Project, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'Project', configuration 'Debug|Win32'
1>Assembling...
1> Assembling: .\main.asm
1>Linking...
1>Embedding manifest...
1>Build log was saved at "file://c:\532\exercise\1\Debug\BuildLog.htm"
1>Project - 0 error(s), 0 warning(s)
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========