Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP versus C++
Message
De
27/10/2003 09:06:13
 
 
À
27/10/2003 08:29:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00842594
Message ID:
00842904
Vues:
31
Hi Peter,

----------
You also mention FLL. This is a way to implement C/C++ routines. But can it also be used to create a faster, let's say, LEFT() or FGETS() ?
---------

No, is very hard to implement a single native VFP command on a FLL/DLL faster routine, because the time to call the routine ( and build parameter memory area ) is a lot along.

You can speedup a VFP cycle with VFP operation within it
DO WHILE ... ENDDO
FOR ..... ENDFOR

But, normally, in VFP they are the cycles that demand much time.

Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform