Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP versus C++
Message
From
27/10/2003 09:06:13
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00842594
Message ID:
00842904
Views:
30
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
Previous
Reply
Map
View

Click here to load this message in the networking platform