i18n: i can't install the i18n package

Please post bug reports, feature requests, or any question regarding the DELPHI AREA projects here.

i18n: i can't install the i18n package

Postby bouanabi88 » March 26th, 2014, 3:07 pm

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 !
bouanabi88
Member
Member
 
Posts: 4
Joined: March 26th, 2014, 2:47 pm

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

Postby bouanabi88 » March 26th, 2014, 3:09 pm

sorry ! the message is at the bottom of the screen not above
bouanabi88
Member
Member
 
Posts: 4
Joined: March 26th, 2014, 2:47 pm

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

Postby Kambiz » March 29th, 2014, 8:36 pm

Hi,

Try to remove .res and .vrc files. It may help.
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

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

Postby bouanabi88 » March 31st, 2014, 7:09 am

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. :( :( :(
bouanabi88
Member
Member
 
Posts: 4
Joined: March 26th, 2014, 2:47 pm

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

Postby Kambiz » March 31st, 2014, 7:54 pm

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.
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

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

Postby bouanabi88 » April 2nd, 2014, 9:29 am

Thanks a lot i'll try to create new package !
bouanabi88
Member
Member
 
Posts: 4
Joined: March 26th, 2014, 2:47 pm

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

Postby GoSane » September 16th, 2014, 4:38 pm

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.
GoSane
Member
Member
 
Posts: 1
Joined: September 16th, 2014, 4:14 pm


Return to DELPHI AREA Projects

Who is online

Users browsing this forum: No registered users and 1 guest

cron