inst_d4.txt
来自「《Delphi5企业级解决方案及应用剖析》参考程序 DELPHI 资料集」· 文本 代码 · 共 43 行
TXT
43 行
TVicHw32 version 3.0
Copyright (C) 1997,1998 Victor Ishikeev
e-mail: ivi@ufanet.ru
tools@entechtaiwan.com
http://www.entechtaiwan.com/tools.htm
How to install and use a component in Delphi 4
==============================================
TVicHW32 is installed by following the steps below:
1) Create a directory for the TVicHW32, e.g., C:\HW
2) For use with Windows 95/98, copy the vichw00.vxd file to your
Windows 95 system directory, e.g., C:\<WIN95>\SYSTEM
3) For use with Windows NT, copy the vichw00.sys file to your
Windows NT drivers directory, e.g., C:\<WINNT>\SYSTEM32\DRIVERS
4) Run Delphi 4, choose:
- Component
- Install Packages
- Add
- browse to \COMPONEN\DELPHI4\*.bpl
- choose tvichw32.bpl
- click "Open" button
- click "OK" button
TVicHW32 component now have been installed to the "Drivers" page
of the Delphi component palette.
5) Load a test project named hw_test.dpr, compile and run.
Good luck!
With best wishes,
Victor Ishikeev
Oct 1998
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?