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: Mon Aug 25 15:34:16 CEST 2025
Total time taken to generate the page: 0.07905 seconds
|