search for: wxuse_unicode

Displaying 5 results from an estimated 5 matches for "wxuse_unicode".

2006 Sep 12
0
Unicode madness
It seems like unicode is poorly or improperly tested with wxWidgets. The documentation is wrong in several places and I have yet to get a build that works with unicode. The include file that is supposed to be included when you #define _UNICODE on windows does not even define wxUSE_UNICODE. I''ll try to tackle this more later but we''ll have to wait and see what happens. Oh, and unicode isn''t properly (fully?) supported on Win 95. Are we planning support for Win 95? Roy
2005 Mar 14
11
[Fwd: Re: Help a newbie pick a gui tool kit]
Hey Guys, This just came over the rubytalk list. Does anybody have any Debian experience? BTW, one thing this project *really* could use is people to package wxruby for <your distro here>. You don''t need SWIG/C++ experience for it, and a little work could help a lot of people. Nick -------- Original Message -------- Subject: Re: Help a newbie pick a gui tool kit Date: Sun, 13
2008 Aug 28
1
Building wxruby on windows with Visual C++ Express Edition
...on linking step of wxruby build process error occurs. May be another compiler should be used or I missconfigured something? Configurations that I''ve made: switched runtime library to "Multi-Threaded (/MT)" for all projects and in ''include/wx/msw/setup.h'' defined wxUSE_UNICODE, wxUSE_GLCANVAS and wxUSE_GRAPHICS_CONTEXT to 1 link swig/wx.res obj/AboutDialogInfo.obj ...<lots of objs and libs>... c:/ruby /lib/msvcrt-ruby18.lib /dll /out:lib/wxruby2.so Microsoft (R) Incremental Linker Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved....
2007 Jul 04
0
[1107] trunk/wxruby2: Add the 2.8 get_modifiers method to KeyEvent; remove some deprecated
...Code; - - bool m_controlDown; - bool m_shiftDown; - bool m_altDown; - bool m_metaDown; </del><span class="cx"> bool m_scanCode; </span><span class="cx"> </span><span class="cx"> #if wxUSE_UNICODE </span></span></pre> </div> </div> </body> </html>
2006 Oct 17
0
[680] trunk/wxruby2/samples/printing/printing.rb: Cleaned up to use the Ruby naming convention, added #! line, now uses Wx default ID''s in standard menu items.
...an class="lines">@@ -54,10 +58,8 @@ </span><span class="cx"> </span><span class="cx"> dc.draw_text( "Test message: this is in 10 point text", 10, 180) </span><span class="cx"> </span><del>-#if wxUSE_UNICODE </del><span class="cx"> test = "Hebrew שלום -- Japanese (日本語)" </span><span class="cx"> dc.draw_text( test, 10, 200 ) </span><del>-#endif </del><span class="cx"> </span><span class="cx&...