VFP C++±àÒëÈí¼þ (VFP C++ Compiler) 2024
           ÖÐÎÄ (Chinese)    Ó¢ÎÄ (English)


    Visual FoxPro 9.0 is the latest and the last version of Microsoft's dBASE-
compatible software development platform.

    dBASE was created by Ashton-Tate Corporation, who released dBASE II in 1980.
Fox Software Corporation, the most successful competitor, released FoxBASE in 1984.
Finally Microsoft bought Fox Software in 1992 (for about $173 million).

    When Visual FoxPro 9.0 was released in 2004, after 40 years passed by with
Ups and Downs, Microsoft's data-centric development platform is still used by many
developers and companies. This seems to be a miracle!

    However, VFP always has been a "pseudo" compiler which outputs "p-code" that,
generally, cannot be protected against de-compilation. In fact, there are a lot of
VFP decompilers available, such as ReFox, UnFoxAll and VFPDecoder, to name only a few.
VFP always was - and still is: "only a pseudo-compiler"! This has always been the
weakest point of VFP viewed from the user/developer's perspective. Although there
are some VFP encryption software systems available, none of them is able to protect
VFP's P-code completely against ALL available decompilers!

    What do you think? Is there REALLY NO WAY to make VFP a full-blown native-code
compiler like MASM, C/C++ and Delphi? Today, an old saying comes true again: Nothing
Is impossible! There it is, your native-executable compiler for Visual FoxPro!


New functions:
1.) Support for INLINE C, ASM STATEMENT
    We can write INLINE C, ASM STATEMENT in VFP code, such as:
    =[__C MessageBoxA(0,mytext,mytitle,0);]
    =[__ASM CALL MessageBoxA]

2.) Support for INCLUDE C, ASM FILE
    We can INCLUDE C, ASM FILE in VFP code, such as:
    =[INCLUDE VCTEST.C]
    =[INCLUDEASM VCTEST.ASM]

3.) Support for MoleBox and Thinstall software
    We can use UPX or other compress software to compress the executable file,
and then use MoleBox or Thinstall packer software to pack the executable file
and add other files (for example VFP's support library files) to the executable
file, as well.

4.) MyCheck
    Include Check Debuger (Anti-Debug) code.

5.) MyEncrypt
    Include current popular encrypt code (for example, AES).

6.) MyProtect
    Compress and Encrypt files before generate the executable file.

7.) Support for Digital Signature compatible with Windows Vista, Windows 7, Windows 8.

8.) Incremental Compile
    Only compile the modified files in the VFP project file, COMPILE FASTER.

9.) Multi-Task Compile
    Run multi-task to compile the files in the VFP project file (for multi-core or
multi-thread CPU), COMPILE FASTER.

10.) 64-bit Compiler
    Compile and generate Win64 executable files.

11.) Download the demo version:

11.1.) Download VFP C++ Compiler [DEMO VERSION 2024]:
    http://www.baiyujia.com/f_downloadproc_vc.asp

11.2.) Please use 7-Zip to decompress the file, download 7-Zip:
    http://www.7-zip.org


Reference documents:
 VFP C++ Compiler User Manual (read 17030 times)
 VFP C++ Compiler Frequently Asked Questions (read 11383 times)
 VFP C++ Compiler Changes History (read 8188 times)
 VFP 9.0 Fix - Report Footer (read 10146 times)
 VFP 9.0 Fix2 - Macro Substitution (read 7497 times)
 VFP 9.0 Fix3 - Large Procedure in the Form (read 5881 times)
 VFP 9.0 Fix4 - Invalid RelationalExpr Expression (read 6880 times)
 VFP 9.0 Fix5 - Invisible BreakPoint (read 5911 times)
 VFP 9.0 Fix6 - Page Setup Dialog Box (read 4583 times)
 VFP 9.0 Fix7 - Varbinary or Blob Data (read 3677 times)
 VFP 9.0 Fix8 - Find or Replace Dialog Box (read 4592 times)
 VFP 9.0 Fix9 - Replace Command Fields Count (read 3957 times)
...
For the full list of fixes, please refer to:
http://www.baiyujia.com/vfpdocuments/default.asp


Reference websites:
 baiyujia.com:
    http://www.baiyujia.com
 foxite.com:
    http://www.foxite.com/archives/who-can-hack-this-one-0000260349.htm
    http://www.foxite.com/archives/hook-me-how-easy-to-break-this-0000246991.htm
    http://www.foxite.com/archives/new-functions-of-vfp-compiler-c-asm-0000280713.htm


Contact us:
E-mail: ccb2000@163.com


Reference price:
VFP C++ Compiler 2024: USD499, 1 License, free update for 1 year.
VFP C++ Compiler Subscription: USD50 per year, for E-mail notification and support services.
VFP C++ Compiler Additional License: USD30 per additional license.


Reference pictures: