Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

Zip files 13 years 6 months ago #258

  • Konstantinos Papadoulas
  • Konstantinos Papadoulas's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 131
  • Thank you received: 19
Hi,

any chance to include in later CodeTyphon release a Zip/UnZip component (from LZMA code maybe :))?

Kostas

p.s. for the time being i am using the 'unzip51g.pas' unit since it works better than anything else i have (managed to) tried

Please Log in or Create an account to join the conversation.

Re: Zip files 13 years 6 months ago #259

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Any suggestion Sir
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Re: Zip files 13 years 6 months ago #260

  • Konstantinos Papadoulas
  • Konstantinos Papadoulas's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 131
  • Thank you received: 19
For the time being i have in mind the ZipFile Component (from the Lazarus-CCR), the Abbrevia 3.05 Component from Turbo Power
and the African Chief's Info-Zip compatible Components.
These are quite good components but:

-TZipFile failed in some .zip files but i didn't check thoroughly the cause of it.
-Abbrevia uses 32bit assembly and it does not compile on my 64bit CodeTyphon installation..

..still searching in the net for Pascal Components (with source) that will do the job for all
flavors of Lazarus (Win/Lin & 32/64 bits).

Kostas

Please Log in or Create an account to join the conversation.

Last edit: by Konstantinos Papadoulas. Reason: Added more info on my previous post

Re: Zip files 13 years 6 months ago #261

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
I will try to find
Zip source Code (Multi-OS) for next release
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: Konstantinos Papadoulas

Please Log in or Create an account to join the conversation.

Re: Zip files 13 years 6 months ago #262

  • Konstantinos Papadoulas
  • Konstantinos Papadoulas's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 131
  • Thank you received: 19
There is already a package in the FPC installation named 'paszlib' in "C:\pp\packages\paszlib\src". Inside that package
is a component named 'zipper'. It has a TZipper class and a TUnZipper one.

It is really simple to integrate in a project and it is working in Win32, Win64, Lin32(Ubuntu 10.10) and Lin64(Ubuntu 10.10).
If i have the time i will try to see if it works in other Linux distros...

Kostas

Please Log in or Create an account to join the conversation.

Re: Zip files 13 years 6 months ago #263

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1