On Jul 10, 2007, at 8:46 AM, Leland F. Jackson, CPA wrote:
> I'm not quit sure what the difference is between an IDE and a
> Framework.
VFP is actually two products. There is the engine and the IDE.
You do realize that you can create *any* VFP app without the VFP
IDE, right? Any app you can create using the visual tools available
in the IDE can be written entirely using a plain text editor. It is
the VFP engine that takes PRG code, or VCX/SCX/etc. binaries and
compiles them into a runnable app.
The VFP IDE is a set of tools designed to make coding easier, by
providing features such as visual design tools, syntax-colored
editors, project managers, etc. None of these are required to create
VFP apps, but I doubt anyone would want to develop without them.
A framework is a base set of code that manages the common parts of
any application. In the VFP world there is Codebook, VMP, VFE, etc.
Each of these provides basic application services as well as a
general approach to creating your specific forms, menus, etc. They
can be thought of as a coding guideline for constructing your app,
with a lot of the tedious grunt work already done for you.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.