Δευτέρα 23 Σεπτεμβρίου 2013

How to use DXE5 together with previous Delphi versions

If you want to use previous Delphi versions (DXE4, DXE3, DXE2, DXE etc.) together with DXE5.


Simply modify two lines in cglm.ini located in "C:\Program Files\Embarcadero\RAD Studio\12.0\bin" as follows:

OLD:
Code:

...
InfoDir = ${COMMON_APPDATA}\Embarcadero\.Licenses
SlipDir = ${COMMON_APPDATA}\Embarcadero\

NEW:
Code:

...
InfoDir = ${ROOTDIR}\License\.Licenses
SlipDir = ${ROOTDIR}\License\
...

Δεν υπάρχουν σχόλια:

Δημοσίευση σχολίου