Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » i18n
Re: i18n [message #9750 is a reply to message #9725] Tue, 29 May 2007 17:36 Go to previous messageGo to previous message
arturbac is currently offline  arturbac
Messages: 91
Registered: May 2007
Location: Reda, Poland
Member

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 ?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Adding subclass objects to base class array using AppendPick()
Next Topic: Format of GetSysTime()
Goto Forum:
  


Current Time: Mon Aug 25 15:34:16 CEST 2025

Total time taken to generate the page: 0.07905 seconds