Displaying 5 results from an estimated 5 matches for "wxgettranslation".
2012 Jun 06
2
[LLVMdev] llvm-tv
.../work/llvm-tv/llvm30/include/llvm/Support/system_error.h:895:38:
error: use of undeclared identifier 'Lv'
explicit windows_error(int v) : v_(_(v)) {}
^
/usr/local/include/wx-2.8/wx/intl.h:48:55: note: expanded from:
#define _(s) wxGetTranslation(wxT(s))
^
/usr/local/include/wx-2.8/wx/wxchar.h:235:36: note: expanded from:
#define wxT(x) wxCONCAT_HELPER(L, x)
^
/usr/local/include/wx-2.8/wx/cpp.h:17:37: note: expanded from:
#define wxCONCAT_HELPER(tex...
2012 Jun 06
0
[LLVMdev] llvm-tv
...ude/llvm/Support/system_error.h:895:38:
> error: use of undeclared identifier 'Lv'
> explicit windows_error(int v) : v_(_(v)) {}
> ^
> /usr/local/include/wx-2.8/wx/intl.h:48:55: note: expanded from:
> #define _(s) wxGetTranslation(wxT(s))
> ^
> /usr/local/include/wx-2.8/wx/wxchar.h:235:36: note: expanded from:
> #define wxT(x) wxCONCAT_HELPER(L, x)
> ^
> /usr/local/include/wx-2.8/wx/cpp.h:17:37: note: expanded from:
&g...
2012 Jun 06
0
[LLVMdev] llvm-tv
On 6/5/12 7:45 PM, AbhishekR wrote:
> Thanks John. I verified that and poolalloc builds with LLVM 3.0. I
> used clang for compiling wxWidgets, LLVM 3.0 and poolalloc.
>
> But llvm-tv build still gives build error. I take it that llvm-tv is
> still incompatible with these versions of poolalloc and LLVM 3.0. I
> think the code is manageable - couple of files in lib,include and
2012 Jun 06
3
[LLVMdev] llvm-tv
Thanks John. I verified that and poolalloc builds with LLVM 3.0. I used
clang for compiling wxWidgets, LLVM 3.0 and poolalloc.
But llvm-tv build still gives build error. I take it that llvm-tv is still
incompatible with these versions of poolalloc and LLVM 3.0. I think the
code is manageable - couple of files in lib,include and some 30 odd small
files in tools directory. I'll have a look at
2006 Nov 26
0
[758] trunk/wxruby2: i18n support: added Locale class, methods for get/set languages & encodings
...ts which you should
-understand: first of all, the application locale is changed - note that this
-will affect many of standard C library functions such as printf() or strftime().
-Second, this wxLocale object becomes the new current global locale for the
-application and so all subsequent calls to wxGetTranslation() will try to
-translate the messages using the message catalogs for this locale.
-         * \param const char
-         * \param const char
-  &am...