This example demonstrates the creation of a resource which is a
user-defined object rather than a standard Turbo Vision class. The
streamed object in this case is a "MyDialog", a derivative of TDialog.
This example consists of two separate projects, not because it is
necessary when streaming resources, but to accentuate the two different
processes; streaming a resource to disk and reading back in from a
resource file. First, load, build and run MAKEREZ.PRJ to create the
resource. The second project, READREZ.PRJ, will attempt to read the
streamed MyDialog and will display an error message box if the read
fails. The path for include and library files will likely have to be
changed for each project in OPTIONS | DIRECTORIES.
