Page 1 of 1

[i18n] file not found error

PostPosted: July 11th, 2013, 11:13 am
by yana
Hi.
I've made everything like in the instruction for installing i18n and localizing application in readme-file.
Then I run my project, and unexpectedly get error "File not found: i18nCore.dcu".
In "uses"-chunks of my .pas-files of course automatically appeared "...i18nCore, i18nLocalizer;", but compiler doesn't understand it and can't find this files.
Should I include some files in my project? Should I change some options in IDE?
I'm new on Delphi, so the solution of the problem could be simple and stupid, but still I need some help, can't work without any solution.
IDE: Rad Studio XE
OS: Win7 64-bit.

Thanks in advance.

Re: [i18n] file not found error

PostPosted: July 11th, 2013, 1:37 pm
by geowink
Does your Delphi library point to the location of that dcu file?

George

Re: [i18n] file not found error

PostPosted: July 11th, 2013, 2:26 pm
by yana
Actually, I don't know... How can I find it out?
There is nothing about it in readme-file.

Re: [i18n] file not found error

PostPosted: July 12th, 2013, 6:32 pm
by Kambiz
The packages folder should be in the library search path of your Delphi.

Re: [i18n] file not found error

PostPosted: July 15th, 2013, 8:01 am
by yana
Thank you! The problem is solved.