raananb wrote: > Indeed it works, as does > > S.Printf((wxChar*) "...%d", n); This doesn't work in ANSI build. Better use wxT() to make it work in both ANSI and Unicode builds. -- Milan Babuskov http://www.flamerobin.org