Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass an array of reals to a 3d party dll
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
01091099
Message ID:
01091127
Vues:
13
In VFP9 use BINTOC() to convert FoxPro numeric values to binary character representation.

Convert each numeric to DOUBLE binary character representation and assemble them in a string buffer. In the declaration statement instead of
...DOUBLE row...
use
...STRING @row...
and pass this string buffer as row parameter.

It may work.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform