How to compile demo sources:

The SCH311x demo application is a command line application.

It is intended as a programming reference for developers who are writing applications
using the SCH311x driver.

Note: 
------
The original application was written using Visual Studio 6.

C++ Win32 Console Application

If you set up a project under Visual Studio 6/2003/2005 set the following Project Properties:


General/Character Set:				not set
C++/Code Generation/Runtime Library: 		Multi-threaded (/MT),  for Checked Version: Multi-threaded DLL(/MD)
C++/General/Additional Include Directories:	$(CRT_INC_PATH),$(TARGET_INC_PATH)
Linker/General/Additional Library Directories:  $(TARGET_LIB_PATH)
Linker/Input/Additional Dependencies:		setupapi.lib $(NOINHERIT)
------------------------------------------------------------------------------------------

The header files are located in the HWMON folder.

In order to compile setup your compiler accordingly.

The Help file SCH311X.chm contains a reference of all IOCTL's useable for the SCH311
driver.
 