Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp RIP ?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01201291
Message ID:
01202242
Views:
20
>
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform