Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can VFP9 Generate Text Messages?
Message
De
06/02/2014 09:36:40
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., Nouvelle Zélande
 
 
À
06/02/2014 09:28:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows NT
Database:
Visual FoxPro
Application:
Mobile
Divers
Thread ID:
01592562
Message ID:
01593438
Vues:
39
>>Are you using it yourself only or in production ?

Deployed apps for over 2 years.

>>As I had trouble reading his sites - can you give a bullet point list of enhancements done/fixes to vfp besides encryption of compiled stuff ?

Off the cuff there are some Windows compatibility improvements, known reporting bugs fixed, phantom breakpoint bug fixed, ExecScript() max length bug fixed... basically known issues resolved.

>>From what I gathered, he is still running at speeds similar to vfp for compiled vfp code, but less accessible to Refox ?

Refox still can decompile the residual VFP shell that usually has little useful content. Hooking of the dll still is possible but there are ASM thwarts and it's an awful experience trying to piece the VFP code back together, especially loops. Performance can be slightly improved for simple expressions.

>> Or has the compilation to machine code eliminated some of vfp's shortcomings like the heavy perf hit for calling functions/methods when compared to languages like C#/Java/native C(++) ?

Depends what you're doing- most functions now are in a C++ dll, plus you can inline C++ or ASM which is how we do AES encryption: the C++ is inlined right there in the VFP procedure and gets compiled as native C++ when Make is called to generate the dll.
"... They ne'er cared for us
yet: suffer us to famish, and their store-houses
crammed with grain; make edicts for usury, to
support usurers; repeal daily any wholesome act
established against the rich, and provide more
piercing statutes daily, to chain up and restrain
the poor. If the wars eat us not up, they will; and
there's all the love they bear us.
"
-- Shakespeare: Coriolanus, Act 1, scene 1
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform