Greetings to all!
Today I've updateted i18n localization components package
What new:
- Delphi XE4 supported
- Delphi XE5 supported
- x64 compiller supported from XE2 to the future
...and sharing with you
Instructions:
Download package.
Open DPK's files:
i18n
i18nDB
i18nDesign
Add 64 platform to target platforms for i18n and i18nDB packages.
i18nDesign must be win32 always, isn't need x64 for design-time.
Open settings of i18n and i18nDB, and set "Unit output directory"(all configurations - all platforms) to ".\Compiled\$(Platform)\$(Config)\"
In delphi settings for win32, win64 platforms, set" browsing path" to "<path to components folder>\Packages\Compiled\$(Platform)\$(Config)\"
Set "library path" to "<path to components folder>\Packages\"
Now need build packages:
1. Swith all packages to win32 platform and release config, and build, after that compile, as following:
1. i18n
2. i18nDB
3. i18nDesign
2. Swith all packages to debug config, and build, after that compile.
3. Swith i18n and i18nDB packages to win64 platform and release config, and build, after that compile, as following:
1. i18n
2. i18nDB
3. i18nDesign
4. Swith all packages to debug config, and build, after that compile.
5. Install i18nDesign package
If you do all as I said, your projects will be compiled for both platforms(Only if you don't have any other components without win64 platform support).
Sorry, can't upload to forum. It's so big.
Download link(7z archive)
x64 compilation & using tested on Delphi XE4.
If you have Dlphi XE2, Delphi XE3, Delphi XE5, please, try to install & use components on it, also don't foget about x64 compilation of packages and using in x64 project.