Share via


Compiling an Application

By creating an application one component at a time, you can verify the functionality of each component as you create it. After creating all the functional components in your application project, you can build an application and assemble the executable components in the application project, such as forms, reports, menus, and programs, into a single file that you can distribute with the application data files to your users.

In This Section

  • Testing and Debugging Applications
    Explains the testing and debugging process so you can find and correct any errors that occur in your applications.

  • Distributing Applications
    Describes how to prepare to distribute your application by including all required files and creating distribution disks, after you have completed developing and testing your application.

  • Developing Visual FoxPro Applications
    Provides conceptual information on Visual FoxPro application development, including instructions for creating databases and the user interface, and other tasks needed to create applications.