> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Hi,
> > How do developers working on forms (e.g. Visual Basic forms ,
> > Delphi forms ) handle this situation??
>
> With some difficulty im sure. It is unfortunate that vendors chose to
> write the form definition files in a nonmergable format, but it would
> seem that they do. Since the files are in a proprietary format, the
> only tool that can resolve conflicts is the ide itself. Perhaps someone
> will step up and write a diff3 type tool for VB or Delphi forms?
The default file format for Delphi 5 forms is now ASCII text files, version
control issues were one of the main reasons for this change.
Cheers
Phil