IAC PresentDemo Project
-----------------------

This directory ( iac_proj/p_demo/ ) contains all the V code, source code,
HTML documentation, and installation information for the IAC project
"PresentDemo".

The directory should be placed into your existing project directory, which
should already contain the IAC Project File structure, i.e., the iac_proj/,
iac_lib/ and v/ directories.

The file INSTALL contains information on how to edit the existing IAC
files: a single line addition to the iac_proj/iac_proj.v file, to add the
new PresentDemo project, and additions to two files in the iac_lib/
directory, to link appropriate objects to the top-level IAC library page.

No modules within the project contain procedural code so the project does not
need to be compiled.  However the required ExtractObjects project does
contain procedural code and hence will need to be compiled.


Files
-----

The following files can be found in the iac_proj/p_demo/ directory.

INSTALL 	Contains installation instructions for editing the iac_proj.v
		and iac_lib/ files. This file should not be edited as the
		future installation script will use this file.

p_demo.v	Creates the IAC_PROJ.PresentDemo library.

pdemmods.v	Creates the PresentDemoMods library containing the
		PresentDemoParams parameter block.

pdemmacs.v	Creates the PresentDemoMacs library containing the user
		interface macros PresentDemoMainUI, PresentDemoControlsUI and
		PresentDemoModulesUI, and the user macro present_demo.

pdemapps.v	Creates the PresentDemoApps library containing the base
		application PresentDemoApp and the example applications
		PresentDemoEg1 and PresentDemoEg2.

p_demo.html	HTML documentation for the PresentDemoApp base application and
		its associated user macro.

README		This file.


Prerequisites
-------------

This project relies on the successful installation of the following components.
Without them it will not function correctly.

ExtractObjects Project

