Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# ZLib uncompress VFP ZLib compressed files
Message
 
À
03/11/2014 11:12:08
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01610402
Message ID:
01610561
Vues:
69
>We have many vfp app(s) that use the ZLIB.DLL to compress/uncompress files. I need to uncompress in .net files that were compressed in VFP using ZLIB 1.1.3.0 (C)1995-1998 Jean-loup Gailly & Mark Adler.
>
>I've tried a couple Zlib .net wrappers/tools but each fails in one way or another.
>
>Has anyone successfully uncompressed zlib files in C# after vfp compressed them? (And vice versa) ?

You should be able to use GZipStream or DeflateStream to decode the data. The format is pretty standard, so it should be readable without having to use zlib.dll directly.

+++ Rick ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform