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

  1. Files:
  2.   isapnp_scan.c
  3.       The main file which implements scanning of the 
  4.       ISA bus for ISA Plug and Play cards.
  5.   isapnp_scan.mak
  6.       MS-Visual C++ 4.0 (and above) compatible make file.
  7.   isapnp_scan.mdp
  8.       MS-Visual C++ 4.0 (and above) compatible project file.
  9.   files.txt
  10.       Describes the files.
  11.  
  12. Compiling this project:
  13.   If you are using MS-Visual C++, then open the isapnp_scan.mdp project file,
  14.   and compile.
  15.  
  16.   If using a different compiler:
  17.   - Create a new project. Choose console mode project.
  18.   - Include the following files in the project:
  19.       isapnp_scan.c
  20.       \windrvr\samples\shared\print_struct.c
  21.  
  22. Converting to a GUI application:
  23.   This sample was written as a console mode application (rather than
  24.   a GUI application) that uses standard input and standard output.
  25.   This was done in order to simplify the source code. You may change it
  26.   into a GUI application by removing all calls to printf() and scanf()
  27.   functions, and calling MessageBox() instead.
  28.  
  29.