FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper LHA.DLL - 19.2 - Vista
Posts: 55
Joined: Thu Feb 15, 2007 01:35 AM

LHA.DLL - 19.2 - Vista

Posted: Thu Feb 15, 2007 02:23 AM

I have a Fivewin application written in Clipper using 1.9.2 Fivewin. I've used a library called lha.dll to do compression of files and it's always worked until Vista. In Vista, the compression routines work, but the uncompression process results in a GPF. Has anyone run into this before?

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

LHA.DLL - 19.2 - Vista

Posted: Thu Feb 15, 2007 02:14 PM

Please create a MAP file using MAP A,S from the LNK file and search the GPF address into the MAP file, to check what function is where the GPF comes from

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2
Joined: Fri Oct 05, 2007 04:36 PM

lha decompression

Posted: Sat Oct 06, 2007 05:52 AM
Antonio Linares wrote:Please create a MAP file using MAP A,S from the LNK file and search the GPF address into the MAP file, to check what function is where the GPF comes from


Yes, we have run into the same problem with lha.dll on Vista. Since this is a binary third party dynamic link library written in Japan, I can't find whether an updated version is available for Vista searching with Google. Using a map, etc isn't going to help because we don't have the source for it, only the binary.

Does anyone know whether the binary file has been updated for Vista or is there a good alternative to it that runs on Vista?

Harlan
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

LHA.DLL - 19.2 - Vista

Posted: Sat Oct 06, 2007 06:13 AM

Harlan,

It seems that there is a Windows version here with full source code:

http://gnuwin32.sourceforge.net/packages/lha.htm

Having the source code it may help to trace where the GPF comes from.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2
Joined: Fri Oct 05, 2007 04:36 PM

Replacement for lha.dll on Vista

Posted: Tue Oct 09, 2007 06:13 AM
Antonio Linares wrote:Harlan,

It seems that there is a Windows version here with full source code:

http://gnuwin32.sourceforge.net/packages/lha.htm

Having the source code it may help to trace where the GPF comes from.


Does anyone know whether unlha32.dll runs on Vista and whether it might be an acceptable alternative to lha.dll which does not run on Vista? It is written and maintained by a Japanese programmer, who does not accept email written in English. Could a 16-bit Clipper program call this 32-bit dll on Vista?

Harlan

Harlan

Continue the discussion