Files: isapnp_scan.c The main file which implements scanning of the ISA bus for ISA Plug and Play cards. isapnp_scan.mak MS-Visual C++ 4.0 (and above) compatible make file. isapnp_scan.mdp MS-Visual C++ 4.0 (and above) compatible project file. files.txt Describes the files. Compiling this project: If you are using MS-Visual C++, then open the isapnp_scan.mdp project file, and compile. If using a different compiler: - Create a new project. Choose console mode project. - Include the following files in the project: isapnp_scan.c \windrvr\samples\shared\print_struct.c Converting to a GUI application: This sample was written as a console mode application (rather than a GUI application) that uses standard input and standard output. This was done in order to simplify the source code. You may change it into a GUI application by removing all calls to printf() and scanf() functions, and calling MessageBox() instead.