Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with DECLARE command
Message
De
15/02/2003 09:10:22
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00753679
Message ID:
00753684
Vues:
24
>Thanks Cetin
>
>The function is COMPRESS. The interface (in VB) is the following:
>
>Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
> String, comprLen As Any, ByVal buf As String, ByVal buflen
> As Long) As Integer

Oh you're following VB samples :)
Its original declaration is as :

int compress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen);

Declaration in VFP :
Declare integer compress in "zlib.dll" ;
string @ dest, integer @ destLen, string @ src, integer srcLen

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform