install.txt

来自「ziptv为delphi控件」· 文本 代码 · 共 64 行

TXT
64
字号
ZipTV 6.8.4 for Delphi 4, 5, 6 and 7 with source code


YOU MAY USE THIS RELEASE FOR EVALUATION PURPOSES ONLY!
SOFTWARE COMPANIES NEED SUPPORT FOR QUALITY PRODUCTS.
YOU ARE NOT ALLOWED TO USE THIS RELEASE TO MAKE MONEY
OR USE IT FOR ANY OTHER COMMERCIAL PURPOSES.
IF YOU LIKE THIS SOFTWARE: BUY IT!


INSTALLATION
============

Extract the contents of the archive to a directory of your choice. 


Start Delphi. 


Close all open projects.


Add the location of the ZipTV Source folder to the Library path:
 - From the menu choose: Tools -> Environment Options
 - In the Environment Options window click on the Library tab
 - Add the location to the source folder to the Library path
 - Click OK


Compile the run-time package:
 - From the menu choose: File -> Open
 - Navigate to the ZipTV Source folder
 - Open the run-time package file: ztv#0rt.dpk
   (replace # with your Delphi version number)
   You will see a warning:
	"Cannot find resource file: ztv#0rt.res. Recreated."
   Click: OK
 - Click: Compile
   This will create the file ztv#0rt.bpl in your delphi\bin folder
 - Close the window
 - Copy the file ztv#0rt.bpl from delphi\bin to \windows\system 
   (or \windows\system32 depending on your Windows version)


Install the design-time package:
 - From the menu choose: File -> Open
 - Navigate to the ZipTV Source folder 
 - Open the design-time package file: tziptv#.dpk
   (replace # with your Delphi version number)
   You will see a warning:
	"Cannot find resource file: tziptv#.res. Recreated."
   Click: OK
 - Click: Install
   The following four tabs will be added to your component palette:
	ZTV Compress
	ZTV Decompress
	ZTV Tools
	ZTV Volumes
 - Close the window


Enjoy :)

⌨️ 快捷键说明

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