Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with DLL function
Message
 
 
À
13/10/2011 14:48:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01526248
Message ID:
01526341
Vues:
59
>I tried two way's
>
>a) cBuffer=space(232) (that is size of data structure written i C+, you can see structure in earlier posts)
>b) Boris's way
>cBuffer = SPACE(50)+BINTOC(50, 4)+SPACE(50)+BINTOC(50, 4)+SPACE(50)+BINTOC(50, 4)+SPACE(30)+BINTOC(30, 4)+SPACE(16)+BINTOC(16, 4)+SPACE(16)+BINTOC(16, 4)+SPACE(20)+BINTOC(20, 4)
>
>Same error.

The size of structure is 260 bytes. Try
cBuffer = REPLICATE(CHR(0), 1000)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform