On 09/12/2013 09:41, Octavian Rasnita wrote:
I was also thinking that it can be another problem, but I am wondering why the title of
the error window is "Wx::SimpleApp Warning".
It makes me thing that it has something to do with Wx::SimpleApp.
Hi Octavian,
Sorry for the late reply, I've only just found this email.
I presume your app is based on Wx::Simple app, and that it occurs at
load time (meaning you can't single-step through it).
I also guess it only occurs with this app, and not with others.
Does it also occur with the real Wx::SimpleApp, rather than your
customised version of it?
I think some successive commenting out of extraneous lines down to a
"Hello World" style app is called for.
Speaking personally, I never found Locale and it's friends very easy to
use, so I wrote a personal dictionary routine and my own _t()
translator. It's not difficult and saves all the aggravation of Wx::Locale.
Sorry.
Steve.