Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays in C dlls
Message
De
22/02/1999 19:51:56
 
 
À
22/02/1999 18:18:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00190091
Message ID:
00190257
Vues:
14
The conversion function from double to VFP string:
void DoubleToVFPString(double tnDouble, char* tpszResult)
{
   double* lpnDouble = (double*)tpszResult;
   *lpnDouble = tnDouble; // Bingo!
}
Wrap it into a dll and that's all.

Vlad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform