The source code for this project was generated by Driver Wizard. To compile this application, you will need a Win32 compiler. The Driver Wizard has created a library with which your application can control your hardware. It has also created a sample application which diagnoses your hardware using this library. V:\Engineering\Software\PC104_Drivers_Development\EnvFan\prvdll_EnvFan\prvdrv_files.txt Describes the files generated. V:\Engineering\Software\PC104_Drivers_Development\EnvFan\prvdll_EnvFan\prvdrv_lib.h A library for controling your hardware through WinDriver. Contains functions for accessing each of the resources defined in the Wizard. V:\Engineering\Software\PC104_Drivers_Development\EnvFan\prvdll_EnvFan\prvdrv_diag.c The sample application which which diagnoses your hardware using the prvdrv_lib.h library. V:\Engineering\Software\PC104_Drivers_Development\EnvFan\prvdll_EnvFan\prvdrv_diag.dsw Microsoft Developer Studio WorkSpace File. Compiling this project: Open MSDEV, load prvdrv_diag.dsw and compile 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.