Home » U++ Library support » U++ Core » i18n
| Re: i18n [message #9750 is a reply to message #9725] |
Tue, 29 May 2007 17:36   |
|
|
lang = LNGFromText(s);
if(!lang)
I got app crashed becouse of attempt to read beoyound the string in
LNGFromText(s);
i have s.GetCount() == 0;
so
int LNGFromText(const char *s)
{
int l = 0;
if(IsAlpha(*s)) {
s == NULL , and will fail , Am i right ?
|
|
|
|
Goto Forum:
Current Time: Thu Jan 22 22:16:46 CET 2026
Total time taken to generate the page: 0.08213 seconds
|