 ST-SERIES EXAMPLES IN MS VISUAL C/C++
 HOW TO EXTRACT :

I) PKZIP for Windows

1) Under the file menu do "Open" and move to the folder which contains 
   the file ST_CPP.ZIP and select this file.
 
2) Under the Unzip menu, do "Extract files". Check the 
  "Extract to Disk" option, and enter the name of the folder 
  into which all files will be extracted. Then go to "Preferences" 
  and check the option "Create Directory". Then click "OK", and then 
  in the "Extract" dialog box click "OK".

3) To start the CPP demo open the file "testdll.dsw".

4) MS C/C++ will setup the workspace and when it's done,
   use the "Rebuild all" command to compile the file.

II) PKZIP for DOS 

1)  Create a folder in the root directory e.g.:
   (in this example we assume drive C)
   e.g. c:\tempcpp

2)  Change to that directory

3)  Copy the ST_CPP.zip file to this new folder.

4) Unzip this file using the following line command:
        pkunzip -d st_cpp.zip
   This is going to create all the necesary folders
   for MS C/C++.

5) When this is done, open MS C/C++ and from the File menu
   select "Open Workspace". Choose the folder previously
   created in the root directory (C:\tempcpp in our example).
   Select the file "testdll.dsw".

6) MS C/C++ will setup the workspace and when it's done,
   use the "Rebuild all" command to compile the file.
