Patrick
HB_UNcompress work with out any problem in both linux (any gcc version) as
also windows with borland c++
Regards
Luiz
- Original Message -
From: "Patrick Mast" <[EMAIL PROTECTED]>
To:
Sent: Sunday, October 19, 2008 2:06 PM
Subject: Re: [xHarbour-devel
Hello,
I contacted Giancarlo, the author of hb_UnCompress() to aks for a fix
in this, but he is very busy doing other things and is not able to
look at this at this point.
Can I ask the group to please take a look at this GPF as it holds me
off of using this CVS for my application.
Thank you very
Hello Luiz,
> I just tryed with current CVS download today this sample and didnt GPF here
Did you try with MSVC?
Patrick
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux
Ron,
> Running the sample under CodeGuard, it reported multiple GPF traps. The
> author of the compression functions should review the attached
> tstcompress.cgl and correct as needed. The pointer aritmetic may possibly be
> ignored, but the access errors must be corrected.
>
I'm not sure I under
Ron,
> Uncompressed.txt is not attached, so I used some random file, and I was not
> able to see any problem. Any reason why the text can not be hardcoded into
> the sample?
>
Very strange. I can see the "UnCompressed.txt" attachment to my original
message. I can also see the attachment here:
http
Hello,
This GPF seems to occur only in MSVC build. Borland generates no GPF here.
Patrick
On Fri, Aug 29, 2008 at 5:37 PM, Patrick Mast, xHarbour.com <
[EMAIL PROTECTED]> wrote:
> Hi,
> Following sample GPF's in HB_Uncompress():
>
> //--
> PROCEDURE Main
> LOCAL cUnco
Hi,
Did anyone had a chance to look at this one?
Thanks!
Patrick
On Fri, Aug 29, 2008 at 5:37 PM, Patrick Mast, xHarbour.com <
[EMAIL PROTECTED]> wrote:
> Hi,
> Following sample GPF's in HB_Uncompress():
>
> //--
> PROCEDURE Main
> LOCAL cUncompressed,cCompressed
>
>
Hi,
Following sample GPF's in HB_Uncompress():
//--
PROCEDURE Main
LOCAL cUncompressed,cCompressed
cUncompressed:=MemoRead("Uncompressed.txt")
nLen:=HB_CompressBuflen( Len( cUncompressed ) )
cCompressed:=HB_Compress( cUncompressed )
cUncompressed:=HB_Uncompress( nLen
8 matches
Mail list logo