Something wrong with my installation?

Aggro spammerdream at yahoo.com
Sun Nov 12 15:31:19 PST 2006


Martin Jørgensen wrote:

> It seems like it doesn't like the const char's:

Here is the suggested manual page:
http://www.wxwidgets.org/manuals/2.6.3/wx_unicode.html

>     menuFile->Append( ID_About, "&About..." ); <<<<-- ERROR

And the errors are fixed by adding _(), like this:

menuFile->Append( ID_About, _("&About...") );






More information about the wx-users mailing list