eecusb_files.txt
来自「usb通讯程序!c++编写。usb通讯程序!c++编写。usb通讯程序!c++编」· 文本 代码 · 共 29 行
TXT
29 行
The DriverWizard has created a sample application which diagnoses your hardware.
C:/WinDriver/wizard/my_projects/eecusb_files.txt
A detailed overview of all the generated files.
C:/WinDriver/wizard/my_projects/eecusb_diag.c
The sample user-mode application which diagnoses your
hardware using the usb_diag_lib library.
C:/WinDriver/wizard/my_projects/x86/cbuilder4/eecusb.bpr
C:/WinDriver/wizard/my_projects/x86/cbuilder4/eecusb.cpp
Borland C++ Builder 4 - 6 Project Files.
C:/WinDriver/wizard/my_projects/eecusb.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 Borland C++ Builder 4 - 6, open C++ Builder, load x86\cbuilder4\eecusb.bpr 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 + -
显示快捷键?