Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String compression/uncompression
Message
De
21/09/1999 16:08:58
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
String compression/uncompression
Divers
Thread ID:
00267319
Message ID:
00267319
Vues:
43
Hello,

I am using a third party component to compress a string in VFP6.

My problem is with the Uncompression.. Here is the code that I am using:

OriginalStr = "Put a long string here to allow good compression."
UnCompressedStr = SPACE (100)
CompressedStr = ""

THISFORM.ZipMain.StringCompress (@OriginalStr, @CompressedStr)
THISFORM.ZipMain.StringUnCompress (@CompressedStr, @UnCompressedStr)

THISFORM.Label8.caption = TRIM(UnCompressedStr)

The compression works fine, but when uncompressing I get an empty string in return when in fact I should be returned the Original string. The methods work fine in VB6 as well as in Delphi.

If there is anybody that can help me or needs more information, please let me know. Thanks

Jenny
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform