C/ C++ API DEMONSTRATION APPLICATION
====================================


Files contained in this archive:

README.TXT         This file.
MAIN.C             The main application code.
WRAPI.C            Loads the WiNRADiO API function library.
WRAPI.H            The WiNRADiO API interface header file.


To run this application:

1.  Start the development environment.
2.  Start a new project / workspace, name the project.
3.  Copy MAIN.C, WRAPI.C and WRAPI.H into the project 
    directory for this new project.
4.  Add/ insert MAIN.C and WRAPI.C into the project.
5.  Ensure comctl32.lib is in the linker setup.
6.  Select Execute/ Run.