0
votes
3answers
95 views
Regular Expression Problem: Match in Context
I have a structured file with hierarchical text which describes a GUI in Delphi (a DFM-File).
Let's assume I have this file and I have to match all "Color = xxx" Lines, which are in the context of …
4
votes
7answers
479 views
Does Delphi sometimes revert text form files (DFM) to binary format?
Our Delphi 7 development team stores form files (dfm) in text mode, and uses a source control system (Subversion) to track changes.
Sometimes, we noticed that a form file returned to binary format …
3
votes
3answers
273 views
Migrating Delphi DFM’s with special characters to D2009
I've got a number of Delphi forms where we use a couple of special characters - the 'degree' symbol, and the 'ohms' symbol. These characters are used in label captions saved in the DFM file and are …
1
vote
6answers
636 views
Delphi “EClassNotFound” errors, and corrupted DFM possibility (UPDATED)
I am getting a cascading set of "EClassNotFound" errors in in my Delphi 2007 project. Doesn't seem to be caused by the missing Name property value as often is the case, and though adding …
