Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Feature request: Add LZMA SDK to U++
Re: Feature request: Add LZMA SDK to U++ [message #38331 is a reply to message #38315] Mon, 10 December 2012 19:41 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1791
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi Omari,

You came up with pretty much the same code as me Smile The only difference is that you included some unnecessary files, some of which are windows only so I can't even compile your package. You only need a few of them: Types.h, LzFind.{c,h}, LzHash.h,LzmaDec.{c,h} and LzmaEnc.{c,h}. That stuff is easy.

Implementing the nice zlib-like interface is harder. I can do it for decompression, but compression interface of lzma lacks the push data variant that is necessary for Put() interface we want. So far I couldn't come up with an elegant way to compress data incrementally.

Honza
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Running a CtrlLib application "headless"
Next Topic: [FIXED] Wrong SizeVert icon on KDE desktop.
Goto Forum:
  


Current Time: Wed Jun 18 23:13:38 CEST 2025

Total time taken to generate the page: 0.03999 seconds