How do I compress multiple files into a single archive with Delphi

前端 未结 8 1238
悲哀的现实
悲哀的现实 2020-12-28 21:31

I need to compress multiple files into a single archive using Delphi. I\'d prefer to use freeware components or open-source components because I am very very cheap :-)

8条回答
  •  没有蜡笔的小新
    2020-12-28 21:58

    There are infozips zip32 and unzip32 dlls. They can be used from Delphi (even from Visual Basic), there are interface units/modules for both. The interface isn't as good as I would have liked it, but it works.

提交回复
热议问题