⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.1st

📁 TvicHW32(评估版)另一个编写驱动程序的实用工具(497KB)
💻 1ST
字号:
                         TVicHW32 version 3.0

                   Copyright (C) 1997,1998 Victor Ishikeev
                     e-mail: ivi@ufanet.ru, tools@entechtaiwan.com
                     http://www.entechatiwan.com/tools.htm

                                 README 1st
                                 ==========

Note! For the demo version of TVicHW32 you need to be logged to Windows NT
as Administrator only!

CONTENTS
========

1. OVERVIEW
2. REGISTRATION
3. INSTALLATION
4. CONTACT INFORMATION


1. OVERVIEW
===========

TVicHW32 are general purpose shareware device drivers for use with practically any 
programming language. They allow you to access and control hardware directly from 
within a Win32 application without using the Windows DDK. Included in package are: 

- DLL for use with MS VC++, Borland C++ and other compilers 
- VCL component specifically for use with Borland Delphi 2/3/4 and C++ Builder 1/3
- ActiveX (OCX) component for use with Microsoft Visual Basic and other compilers

TVicHW32 includes transparent support for Windows 95/98 and Windows NT 3.5 or higher, 
providing programmers with standard methods for real-time direct access to port I/O, 
memory mapped I/O and hardware interrupts - without requiring you to write a custom 
virtual device driver for Windows 95/98 or a kernel-mode driver for Windows NT.

Evaluation copies of the TVicHW32 consist of the following
elements:

  - \DRIVERS\vichw00.vxd and vichw00.sys
    evaluation run-time kernel mode drivers, which manage all port
    and memory I/0, and interrupt handling;

============================

  - \COMPONENT\as_comp.txt
    This document describes all properties and methods of the 
    TVicHW32 component.

  - \COMPONEN\DELPHI2\*.*
    Delphi 2.x interface component to the kernel mode drivers
    and a test example.

  - \COMPONEN\DELPHI3\*.*
    Delphi 3.x interface component to the kernel mode drivers
    and a test example.

  - \COMPONEN\DELPHI4\*.*
    Delphi 4.x interface component to the kernel mode drivers
    and a test example.

  - \COMPONEN\BCB10\*.*
    Borland C++Builder 1.0 interface component to the kernel mode 
    drivers and a test example.

  - \COMPONEN\BCB30\*.*
    Borland C++Builder 3.0 interface component to the kernel mode 
    drivers and a test example.

============================

  - \DLL\TVicHW32.dll
    interface library to the kernel mode drivers

  - \DLL\as_dll.txt
    This document describes all functions of the 
    TVicHW32.DLL library.


  - \DLL\BC50\*.*
    Borland C++ test example for the interface library to the kernel 
    mode drivers

  - \DLL\MSVC\*.*
    Microsoft Visual C++ test example for the interface library to the 
    kernel  mode drivers

  - \DLL\DELPHI\*.*
    Delphi 2/3/4 test example for the interface library to the kernel  
    mode drivers

============================

  - \OCX\TVicHW32.OCX
    ActiveX component for use with any programming language.

  - \OCX\as_ocx.txt
    This document describes all properties and methods of the 
    TVicHW32 ActiveX component.

  - \OCX\DELPHI2\*.*
    Delphi 2.x test example for tvichw32.ocx

  - \OCX\DELPHI3\*.*
    Delphi 3.x test example for tvichw32.ocx

  - \OCX\DELPHI4\*.*
    Delphi 4.x test example for tvichw32.ocx

  - \OCX\BCB10\*.*
    Borland C++Builder 1.0 test example for tvichw32.ocx

  - \OCX\BCB30\*.*
    Borland C++Builder 3.0 test example for tvichw32.ocx

  - \OCX\VB\*.*
    Visual Basic 5/6 test example for tvichw32.ocx

============================

2. REGISTRATION
===============

TVicHW32 3.0 is shareware ($99). You must read and accept the terms detailed
in the license.txt file before you can use this software. An order form
is provided in the file order.txt for the purpose of registering this
component. If you want purchase a commercial license the read commerc.txt.

Registered users will receive:

  - vichw11.vxd and vichw11.sys
    registered run-time kernel mode drivers without any nag-screens, 
    which manage all port  and memory I/0, and interrupt handling 

  - hw_32.pas
    Delphi 2/3/4 interface source code to the kernel mode drivers (can be used
    with C++Builder 1.0/3.0 also)

  - TVicHW32.cpp
    source code for TVicHW32.dll

  - registered version of tvichw32.ocx

TVicHW32 is maintained at the following internet address:

  http://www.entechtaiwan.com/tools.htm
  e-mail: tools@entechtaiwan.com
          ivi@ufanet.ru

where you can find the latest release and links to support and on-line
ordering sites.

3. INSTALLATION
===============

Look at install.txt file in directories with the test examples:

\COMPONENT\DELPHI2\inst_d2.txt - how to install and use a component in Delphi 2
\COMPONENT\DELPHI3\inst_d3.txt - how to install and use a component in Delphi 3
\COMPONENT\DELPHI4\inst_d4.txt - how to install and use a component in Delphi 4
\COMPONENT\BCB10\inst_cb1.txt  - how to install and use a component in BC++Builder 1.0
\COMPONENT\BCB30\inst_cb3.txt  - how to install and use a component in BC++Builder 3.0

\OCX\DELPHI2\inst_d2.txt - how to install and use an OCX in Delphi 2
\OCX\DELPHI3\inst_d3.txt - how to install and use an OCX in Delphi 3
\OCX\DELPHI4\inst_d4.txt - how to install and use an OCX in Delphi 4
\OCX\BCB10\inst_cb1.txt  - how to install and use an OCX in BC++Builder 1.0
\OCX\BCB30\inst_cb3.txt  - how to install and use an OCX in BC++Builder 3.0
\OCX\VB\inst_vb.txt      - how to install and use an OCX in Visual Basic 5.0/6.0

\DLL\DELPHI\inst_dl.txt  - how to install and use a DLL in Delphi
\DLL\BC50\inst_bc5.txt   - how to install and use a DLL in Borland C++ 5.x
\DLL\MSVC\inst_msc.txt   - how to install and use a DLL in Microsoft Visual C++


4. CONTACT INFORMATION
======================

    Comments, questions and suggestions regarding TVicHW32 can be directed
by e-mail to vi@ufanet.ru or tools@entechtaiwan.com.


With best wishes,
Victor Ishikeev
Oct 1998

e-mail: ivi@ufanet.ru, tools@entechtaiwan.com
http://www.entechatiwan.com/tools.htm

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -