捐赠 | 广告 | 注册 | 发布 | 上传 | 关于我们    
  沪ICP备05001939号 DELPHI盒子 | 盒子论坛 | 盒子文章 | 盒子问答悬赏 | 最新更新 | 论坛检索 | 下载中心 | 高级搜索    
  精品专区 | 繁體中文 | 奖励公告栏 | 直通车账号登陆 | 关闭GOOGLE广告 | 临时留言    
盒子资源分类
全部展开 - 全部合拢
VCL ZIP Pro v4.51_1 Full Sourse
关键字:VCLZIP|压缩
来 自:原创
平 台:Win2k/XP/NT,Win2003,Vista 下载所需:0 火柴
深浅度:中级 完成时间:2010/3/5
发布者:hidelphi 发布时间:2010/3/6
编辑器:D4-D12 语  种:简体中文
分 类:数据压缩 下载浏览:14323/23791
加入到我的收藏
下载错误报错
登陆以后才能下载
 用户名:
 密 码:
自动登陆(30天有效)
图片如果打不开,说明流量不够了,请稍候下载……
The VCLZip Delphi component allows you to add ZIP and UNZIP capabilites to your application. This component is different from most other "ZIP" development libraries in that it is written in 100% Delphi Object Pascal code and is full featured.  There are no DLL's to tote around.  This component links right into your application's executable. It is very easy to use.  Just SOME of the features include:

  

Create zip files fully compatable with PKZip  
Completely native Delphi VCL  (NO DLLS)  
Create Disk Spanning and Blocked zip files  
Delphi 4, 5, 6, 7, 2005, 2006, 2007 and 2009 compatible 
C++ Builder  4, 5 6, 2007, and 2009 compatible 
Zip directly from streams to zip files  
Unzip directly to streams from zip files  
Stream to Stream zipping and unzipping  
Unzip directly to memory buffers  
Zip directoy from memory buffers  
Create and read Zip and File Comments  
Create Self Extracting Zip Files (16 bit and 32 bit distributable  
Windows sfx stubs included (source included for these too) or use your own stubs)  
Complete support for encrypted files (encrypts as it zips)  
Save Relative Path information  
Unzip using Relative Paths (even if zip file wasn't created with relative path info) 
Use enhanced wildcards  
Exclude List (tell VCLZip which files not to include (use wildcards too))  
NoCompress (STORE) List (tell VCLZip which files to just store (use wildcards too)  
Set your own temp directory  
Plenty of events  
Long filenames, even the 16 bit VCLZip/VCLUnZip  
Includes comprehensive Zip Utility with source as demo  
Includes a small stream zipping demo  
Includes a context sensitive help file  
Use Unicode filenames, archive names, and pathnames (except for Delphi/BCB 4 and5) . 
No Royalties!  
AES Strong Encryption 
Zip64 capabilities, properties, methods and events: 
Uncompressed, Compressed, and Archive file sizes can be up to 2^63-1 bytes in length.   
You can compress up to 2147483647 files into an archive.  This is compatible with PKZip's Zip64 format.   
If a file does not extend beyond any of the original limitations (filesizes of 4 gig or 65535 files) then no Zip64 format information is included in the archive. 
property isZip64 - tells you when you are working with a zip file that is using Zip64 format. 
Faster processing due to linking to Zlib 1.2.3 object files for compression and decompression routines. 
Blocked Zip Files (spanned zip archives split onto hard drive)  
Compatible with PKZip and WinZip split archives file naming format.  
For backwards compatability you can tell VCLZip to use the old VCLZip filenaming format by using the BlockMode property
Google
 
本站原创作品,未经作者许可,严禁任何方式转载;转载作品,如果侵犯了您的权益,请联系我们
龙脉加密锁 15元起 Grid++Report 报表 申请支付@网
 相关文章
没有相关文章
相关评论
共有评论6条 当前显示最后6条评论
sutao01 2010/3/8 16:32:53
包括这个控件的程序,运行时会出现“Property Thisreleaselevel does not exist”的错误。
bobo11521 2010/8/23 0:32:28
在delphi2010下封装到多线程类中使用会导致整个项目不能使用代码助手,很是麻烦!
bobo11521 2010/8/23 0:59:21
找到解决方法了!!!
找到KpSmall.pas单元
修改Uses,
将 其中引用的“WinTypes, WinProcs”更改为:
{$IFDEF WIN32}
  Windows,
{$ELSE}
  WinTypes, WinProcs,
{$ENDIF}
然后保存即可
whoawho 2012/9/17 13:01:01
XE2 中使用这个版本,RecreateDirs := True;也不能自动创建子目录。
sixcity 2012/11/30 16:09:39
输入验证码的方式太坑爹了。。。。
solarmoon 2012/12/5 21:47:10
干脆告诉我们不让下载就行了,输了十次验证码还说是错误, 每次不得等40秒!!
我要发表评论 查看全部评论
 
  DELPHI盒子版权所有 1999-2023 V4.01 粤ICP备10103342号-1 更新RSS列表