I'm looking for binary DFM files that start with the TPF0 signature.

I'm looking for binary DFM files that start with the TPF0 signature.

To my knowledge, there are two kind of binary DFM files:
1. the ones starting with a regular resource header
2. the ones starting with a TPF0 signature

I found the first ones when converting a large project from an old Delphi version to a more current one, so I wrote a small conversion tool.

Now I'm looking for the second one, to ensure the tool works fine on these as well.

Anyone who has such files or who knows how to force the Delphi (2007-XE6) IDE to generate them?

Comments