Well, If to call loadlangunit() *before* loading the forms msei18n works,
but:
I)
After Make and after close msei18n:
Ошибка сегментирования
Error segmentation
It' s not critical error.
II)
I used call of loadlangunit() after loading the forms, because I wrote
about bug:
If .so is old version, then falling of program will be without message
(this message shows if call of loadlangunit() after loading the forms).
It' s not critical error for rpm package (If to be more careful), but
critical for all.
III)
> Please use the following newsgroup (NNTP) for big attachments
I don't understand how to register in newsgroup (NNTP). I need url.
opensoft.homeip.net:119
Appeal to the this address is blocked
This address uses a port which is usually not used to working with Web
sites. For your security, Firefox canceled the request.

2012/8/10 Martin Schreiber <mse00...@gmail.com>

> On Thursday 09 August 2012 21:56:30 you wrote:
> > Please, reproduce the problem:
> > 1) run msei18n,
> > 2) "make",
> > 3) run msei18n.
> > Now interface is Russian, but in project *.trp no directories and empty
> of
> > items in msei18n - project is unworked.
> > Problem is saved.
> > I tested make - no problem.
> > Problem, when *.trp is lost, only if file .so exists.
>
> Please call loadlangunit() *before* loading the forms.
> "
> begin
>  Gettext.GetLanguageIDs(MSELang,MSEFallbackLang);
>  //Ukrainian, Belarusian, Bashkir (Украинский, Белорусский, Башкирский)
>  if (MSEFallbackLang='uk') or (MSEFallbackLang='be') or
> (MSEFallbackLang='ba')
>  //Bulgarian, Chechen, Church Slavic (Болгарский, Чеченский,
> Церковнославянский)
>  or (MSEFallbackLang='bg') or (MSEFallbackLang='ce') or
> (MSEFallbackLang='cu')
>  //Chuvash, Kazakh, Komi (Чувашский, Казахский, Коми)
>  or (MSEFallbackLang='cv') or (MSEFallbackLang='kk') or
> (MSEFallbackLang='kv')
>  //Moldavian, Tatar (Молдавский, Татарский)
>  or (MSEFallbackLang='mo') or (MSEFallbackLang='tt')
>                                                 then MSEFallbackLang:='ru';
>  MSEFallbacklang:='ru';//for debug
>  If loadlangunit('i18n_'+MSEFallbackLang,true) then
>
> setlangconsts(MSEFallbackLang);
>  application.createForm(tmainfo,mainfo);
>  application.createForm(tmessagesfo,messagesfo);
>  application.run;
> end.
>
> "
>
> Martin
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to