You can't view the links! Click here to registerYou can't view the links! Click here to registerWhat is itPackagesGenerator for DelphiIf you are writing a components for Delphi, then you know how difficult it is to maintain multiple versions of Delphi. Usually you get a lot of almost identical dpk, dproj, groupproj files for different versions of Delphi,
For example:
MyComponents_XE2.groupproj
MyComponents_XE2.dpk
MyComponents_XE2.dproj
MyComponentsDesign_XE2.dpk
MyComponentsDesign_XE2.dproj
MyComponents_XE3.groupproj
MyComponents_XE3.dpk
MyComponents_XE3.dproj
MyComponentsDesign_XE3.dpk
MyComponentsDesign_XE3.dproj
...
MyComponentsDesign_RX10Berlin.dproj
Tiring create these files manually, also you can make mistakes.ErrorSoft PackagesGenerator can solve this problem!
The PackagesGenerator itself generates the necessary files, doing the necessary internal changes (LIBSUFFUX, contains ...).Сonversion parameters are set in the INI file (Example):
[Folders]
Base=Source\ <- the path to the original files
Gen=Packages\ <- the path to the generated files
GroupAbove=True[Versions]
RX10Godzilla=320
RX10Berlin=310
RX10Seattle=300
XE8=290
XE7=280
XE6=270
XE5=260
XE4=250
XE3=240
XE2=230[Files]
MyComponents.groupproj
MyComponentsDesign.dpk
MyComponents.dpk
MyComponentsDesign.dproj
MyComponents.dprojThis ini and PackagesGenerator generate all necessary files!
For example:
MyComponents_XE2.groupproj
MyComponents_XE2.dpk
MyComponents_XE2.dproj
MyComponentsDesign_XE2.dpk
MyComponentsDesign_XE2.dproj
MyComponents_XE3.groupproj
MyComponents_XE3.dpk
MyComponents_XE3.dproj
MyComponentsDesign_XE3.dpk
MyComponentsDesign_XE3.dproj
...
MyComponentsDesign_RX10Berlin.dproj
Tiring create these files manually, also you can make mistakes.ErrorSoft PackagesGenerator can solve this problem!
The PackagesGenerator itself generates the necessary files, doing the necessary internal changes (LIBSUFFUX, contains ...).Сonversion parameters are set in the INI file (Example):
[Folders]
Base=Source\ <- the path to the original files
Gen=Packages\ <- the path to the generated files
GroupAbove=True[Versions]
RX10Godzilla=320
RX10Berlin=310
RX10Seattle=300
XE8=290
XE7=280
XE6=270
XE5=260
XE4=250
XE3=240
XE2=230[Files]
MyComponents.groupproj
MyComponentsDesign.dpk
MyComponents.dpk
MyComponentsDesign.dproj
MyComponents.dprojThis ini and PackagesGenerator generate all necessary files!