📄 readme.txt
字号:
========================================================================
GiveIOInstaller
========================================================================
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
/////////////////////////////////////////////////////////////////////////////
This program is a simple utility I put together to provide a convenient
method for someone to install or remove the GiveIO driver. The GiveIO
driver was written by Dale Roberts, and is available for download from
the Dr. Dobbs site at the following address:
http://www.ddj.com/ftp/1996/1996.05/directio.zip
For convenience, the contents of the directio.zip file are included
here. This driver is documented in the May 96 issue of
Dr. Dobbs Journal in the "Direct I/O and Windows NT" article.
The purpose of the GiveIO driver is to provide programs with access
to the system hardware on Windows NT/2000 systems. By default, these
operating systems deny access to the system hardware, such as the
parallel port. GiveIO opens that access, so a program merely needs
to make calls to inp and outp to transfer data over the parallel port.
Rick Haubenstricker
Perceptron, Inc
47827 Halyard Dr
Plymouth, Michigan 48170, USA
rickh@perceptron.com
/////////////////////////////////////////////////////////////////////////////
Files:
GiveIOInstaller.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
GiveIOInstaller.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CGiveIOInstallerApp application class.
GiveIOInstaller.cpp
This is the main application source file that contains the application
class CGiveIOInstallerApp.
DriverLib.h
This the header file handling service requests.
DriverLib.cpp
This file contains functions used to handle service requests.
GiveIOInstaller.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
GiveIOInstaller.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\GiveIOInstaller.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file GiveIOInstaller.rc.
res\GiveIOInstaller.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one dialog class:
GiveIOInstallerDlg.h, GiveIOInstallerDlg.cpp - the dialog
These files contain your CGiveIOInstallerDlg class. This class defines
the behavior of your application's main dialog. The dialog's
template is in GiveIOInstaller.rc, which can be edited in Microsoft
Visual C++.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named GiveIOInstaller.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -