Page 1 of 1

i18n: i can't install the i18n package

PostPosted: March 26th, 2014, 3:07 pm
by bouanabi88
i am using Delphi Xe2, i tried to install i18n package which seems very useful for me. i followed the instructions as mentioned in the readme.txt but when building and when installing i got a popup message "there are errors" . and above the screen the following message:

command line brcc32 for "i18n.vrc"
[MSBuild error] "0" is an invalid value for the "debugInformation" parameter of the "DCC" task. the "debugInformation" parameter is of type "System.boolean"


best regards !

Re: i18n: i can't install the i18n package

PostPosted: March 26th, 2014, 3:09 pm
by bouanabi88
sorry ! the message is at the bottom of the screen not above

Re: i18n: i can't install the i18n package

PostPosted: March 29th, 2014, 8:36 pm
by Kambiz
Hi,

Try to remove .res and .vrc files. It may help.

Re: i18n: i can't install the i18n package

PostPosted: March 31st, 2014, 7:09 am
by bouanabi88
i did what you said, i've deleted the .res and .vrc files in the package folder but it still doesn't work and displays the same message.
it's a pity that i can't use a so interesting and free tool like this. :( :( :(

Re: i18n: i can't install the i18n package

PostPosted: March 31st, 2014, 7:54 pm
by Kambiz
The other solution that will definetly work is to creat packages by yourself. Just create three new packages with same name as original files in anothe directory, then overwrite the original files with all the new content but .dpk files.

Sorry, I have no XE to help more.

Re: i18n: i can't install the i18n package

PostPosted: April 2nd, 2014, 9:29 am
by bouanabi88
Thanks a lot i'll try to create new package !

Re: i18n: i can't install the i18n package

PostPosted: September 16th, 2014, 4:38 pm
by GoSane
To install on Delphi 2010, you should do the following :

* open i18n.dproj with a text editor
* find "DebugInformation", you will get :

Code: Select all
<DCC_DebugInformation>0</DCC_DebugInformation>


replace with :

Code: Select all
<DCC_DebugInformation>False</DCC_DebugInformation>


* Repeat for i18nDB.dproj and i18nDesign.dproj

Build both i18n and i18nDB.

Now, delphi will rant about "system.actions" not found in i18nPropEditor. Just remove ",system.actions" (don't forget the comma) from the uses list.

Then Install i18nDesign.