IO-Warrior SDK V1.2.4

This is IO-Warrior SDK V1.2.4 Readme file.

Directories and samples included in this SDK:

ioblink - demonstrates how to perform simple I/O to IO-Warrior.
VB - Using IO-Warrior SDK in Visual Basic programs.
VBIIC - Using IO-Warrior IIC features.
VBLCD - Using IO-Warrior LCD features.
vis_iow - Sample Winamp 2.xx visualization plugin.
library - IO-Warrior SDK library.
IO-Warrior SDK library comes with sources in case you want to see how it works
and change something.

How to set up the kit.
Simply make a new directory and copy the kit contents to it.
Then copy library\iowkit.dll to system DLLs directory
(winnt\system32 directory in Windows 2000, windows\system32 in WinXP,
windows\system in Win98+ systems).

Don't forget to add full iowsdk\library path to the include directories in your
Microsoft Visual C++ options.

You should also add full iowsdk\library\iowkit.lib path to the libraries
in MSVC++ linker settings.
