Extract VCL resources from binaries
|
This code shows how to extract Borland
Form resources from binaries generated by C++ Builder or Delphi.
These resources are a copy of DFM files, so it is easy to re-generate
them. These DFM files cannot be directly used in C++ Builder/Delphi,
because also a CPP/PAS and an HPP file are required. But it is possible
to use those freeware tools that automatically generate a CPP/PAS
and an HPP file from a DFM one. So you can re-edit them and discover
that BCB.EXE that comes with C++ Builder 4.0 has a form whose caption
is “Delphi 4.0”.
|
22 June 2000
|