The Graphical Development Environment can build several types of programs:
Windows programs. These have a full graphical interface and run only under Windows. In addition to programs, Windows DLL (dynamic-link library) files can also be built.
QuickWin programs. These are standard input/output DOS programs with a Windows shell. They run only under the Windows operating environment.
DOS programs. These are traditional character-based programs that run under either DOS or Windows.
This chapter explains how to build and run each type of program. The examples use sample projects created in Chapter 3, “Using Projects.”