Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp RIP ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01201291
Message ID:
01202242
Vues:
19
>
>Try the online compiler at www.etecnologia.net/onlinecompiler/ the february update is a lot closer to our dream of Full Recompile without a change. As long you use the available commands and functions it will compile almost all VFP code and more important it will perform faster and still keeping the functionality.
>
>Other things I have compiled is a library of statistical functions (remember Z, t Student, F Fisher, Chi Square) implemented in VFP and now compiled to .NET without a change, thats a pretty good sample of Mathematical handling for the compiler.
>

I don't seem to be having much luck getting anything but the most basic stuff to work. For example, this won't compile:
o = CREATEOBJECT("cusTest")
o = NULL

DEFINE CLASS cusTest AS Custom
   cInitMessage = "Test Init"
   cDestroyMessage = "Test Destroy"

   FUNCTION Init()
     MESSAGEBOX(This.cInitMessage, 64 + 4, "Test")     
   ENDFUNC

   FUNCTION Destroy()
     MESSAGEBOX(This.cDestroyMessage, 64, "Test")
   ENDFUNC
ENDDEFINE
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform