home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / windr440.zip / windrive.zip / WinDriver / samples / cmos / files.txt < prev   
File List  |  2000-03-30  |  1KB  |  37 lines

  1. The source code for this project was generated by WinDriver Wizard.
  2. To compile this application, you will need a Win32 compiler.
  3.  
  4. Files:
  5.   cmos.c
  6.       The main file which demonstrates access to the CMOS,
  7.       using cmos_lib.c.
  8.   cmos_lib.c
  9.       A library for accessing the CMOS on the motherboard
  10.       directly.
  11.   cmos_lib.h
  12.       Header file of cmos_lib.c library.
  13.   cmos.mak
  14.       MS-Visual C++ 4.0 (and above) compatible make file.
  15.   cmos.mdp
  16.       MS-Visual C++ 4.0 (and above) compatible project file.
  17.   files.txt
  18.       Describes the files generated.
  19.  
  20. Compiling this project:
  21.   If you are using MS-Visual C++, then open the cmos.mdp project file, and
  22.   compile.
  23.  
  24.   If using a different compiler:
  25.   - Create a new project. Choose console mode project.
  26.   - Include the following files in the project:
  27.       cmos.c
  28.       cmos_lib.c
  29.  
  30. Converting to a GUI application:
  31.   This sample was written as a console mode application (rather than
  32.   a GUI application) that uses standard input and standard output.
  33.   This was done in order to simplify the source code. You may change it
  34.   into a GUI application by removing all calls to printf() and scanf()
  35.   functions, and calling MessageBox() instead.
  36.  
  37.