32 bit C/C++ API Demo Application
=================================

Files contained in this archive:

README.TXT         This file
MAIN.C             The main application code
WRAPI32.H          The 32 bit WiNRADiO API interface header file
VCPP\WRAPI32.LIB   Library file for Microsoft Visual C++ compilers
BCPP\WRAPI32.LIB   Library file for Borland C++ compilers


To run this application:

1.  Start the development environment.
2.  Create a new project/workspace.
3.  Copy MAIN.C, WRAPI32.H and the appropriate WRAPI32.LIB into the project
    directory (or suitable directory for the .H and .LIB) for the project.
4.  Add/insert MAIN.C into the project.
5.  Ensure WRAPI32.LIB and COMCTL32.LIB is in the linker setup.
6.  Compile, link and run the application.
