The only adventage of using VCXs over PRGs is that:
- Descriptions of the methods and properties are shown by intellisense when
you scroll them while using an instantiated class, which is not possible
with PRGs, except PRG-COM classes instantiated from the registered Windows
object.
- Can be created (NewObject) from external exes/apps (with PRGs just the
main program with SET PROCEDURE)

On the other side, PRGs have plenty of adventages over VCX:
- The text never gets corrupted
- You can define the type of procs/funcs parameters and their returned
values (useful for COM)
- Better for merging in a SCM/DVCS tool
- It is the only way to use the Session class
- Easier for bach-replacing between a bunch of files (you can do that with
the tx2 versions generated by FoxBin2Prg, but then you need to regenarate
the binaries, which is an extra step)

Fernando D. Bozzo




2017-02-21 15:15 GMT+01:00 Ted Roche <[email protected]>:

> On Mon, Feb 20, 2017 at 3:53 PM, Alan Bourke <[email protected]>
> wrote:
> >
> > Yep. In fact I don't think UI code/markup/metadata lends itself well to
> > source control in any language on any platform.
> >
>
> I think that's overly broad. HyperText Markup Language works well in
> source control. And the corresponding CSS and JavaScript. The
> minimized and obfuscated versions are like object and executable code
> and good to run with but less fun to version.
>
> --
> Ted Roche
> Ted Roche & Associates, LLC
> http://www.tedroche.com
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CAGQ_JumxaZjdWX-q8An+ajX6t2i_CigCdA_mmbb40b0Z=xb...@mail.gmail.com
** 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.

Reply via email to