From: Jules B. <ju...@je...> - 2008-03-03 10:11:43
|
Eric Y. Kow wrote: > Hi, > >> But, it doesn't quite run fine. Where the button is supposed to be >> labelled 'Quit', it's labelled 'Q', and where the window itself is >> supposed to be labelled "Hello!", it's just labelled 'H'. > > Ah! You need to configure wxWidgets with --enable-unicode. > > Maybe we should work out a way for the configure script to detect if > wxWidgets is unicode-enabled or not. > D'oh! Thanks. Reconfigured, rebuilt and all is fine. I hope to write some test wxhaskell code in a day or two and I'll report how it goes. Jules |