- introduction
- picture
- Boutique
- Related
Developer's DescriptionBy BrainterfaceConvert Delphi and C++ Builder dfm forms into standard Windows files.Delphi and C++ Builder forms are stored into a DFM proprietary file format which force programmers to use the Delphi VCL library. Sometimes, however, programmers need to port their forms onto different programming platforms, which is very often impossible, or do not need to include the whole VCL library just for writing small and lightweight utilities. The DfmTranslator allows you to translate proprietary DFM resource files into standard files (CPP, HPP, RC and RH) which can be recompiled by several different compilers. Note that not just a Resource Script file is generated, but also some CPP code which allows to better customize the behavior (Strings in a ComboBox, initial values and range of UpDown controls, Columns of a ListView).Actually 40 different VCL components are supported and because the translation rules for each component are stored into an XML file, users can modify them or write their own translators to support new components and new platforms (MFC, wxWidgets, Qt).