pci_files.txt
来自「PlX9052 调试程序(包括Eeprom配置)」· 文本 代码 · 共 41 行
TXT
41 行
The DriverWizard has created:
* A sample diagnostics application for testing the communication with
your hardware from the user mode.
* Library files, which include API for controling your hardware.
C:/WinDriver/wizard/my_projects/pci_files.txt
A detailed overview of all the generated files.
C:/WinDriver/wizard/my_projects/pci_lib.h
A library for controlling your hardware through WinDriver.
C:/WinDriver/wizard/my_projects/pci_lib.c
Contains the implementation of the functions used for
accessing each of the resources defined in the Wizard.
C:/WinDriver/wizard/my_projects/pci_diag.c
The sample user-mode application which diagnoses your
hardware using the pci_lib.h library.
C:/WinDriver/wizard/my_projects/msdev/pci_diag.dsw
Microsoft Developer Studio WorkSpace File.
C:/WinDriver/wizard/my_projects/msdev/pci_diag.dsp
Microsoft Developer Studio 6.0 Project File.
C:/WinDriver/wizard/my_projects/pci.inf
A formatted reference file for Windows that contains
information about installation files and devices, such as
filenames, version information and so on.
Compiling this project:
For MSDEV 6,5, open MSDEV, load msdev\pci_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.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?