qLhaTool

Simple tool to view LHa archive-files.

Based on freely available ANSI-C source code (LHa for UNIX, lha-1.14i-ac20040929) by various authors.

Major difference is separation to reusable library and GUI-based tool using that library.

Source code for this library and tool are available in my github repo.

Rewritten to Qt&C++ library and tool-GUI by me. Freeware. Written in 2011.

Most of the functionality is implemented in reusable library in Qt&C++ so can be used in other tools as well.

Currently simple viewing of archive-file contents and decoding&extraction of files in archive.

In case of missing/bugged features needs just library-implementation fixes/continuation: the tool just uses the library for most of stuff.

Sources:

qLhaTool uses qLhaLib which is Qt-DLL based on lha-1.14i-ac20040929.

lha-1.14i-ac20040929 copyrights

 LHarc    for UNIX  V 1.02  Copyright(C) 1989  Y.Tagawa
 LHx      for MSDOS V C2.01 Copyright(C) 1990  H.Yoshizaki
 LHx(arc) for OSK   V 2.01  Modified     1990  Momozou
 LHa      for UNIX  V 1.00  Copyright(C) 1992  Masaru Oki
 LHa      for UNIX  V 1.14  Modified     1995  Nobutaka Watazaki
 LHa      for UNIX  V 1.14i Modified     2000  Tsugio Okamoto
                    Autoconfiscated 2001-2004  Koji Arai

Additionally, qLhaLib copyright(c) 2011 Ilkka Prusi

See also my github repo for qLhaLib.

Install by simply unzipping files to a wanted place. Qt DLLs also necessary, see separate package.

qLhaTool application and qLhALib.dll binary files (32-bit, Qt 4.7.2)

Qt4 DLLs

External requirements: Microsoft Visual C++ 2010 Redistributable Package (x86), 32-bit redistributable runtime libraries


Ilkka Prusi
Index