search for: wxchar

Displaying 20 results from an estimated 23 matches for "wxchar".

Did you mean: wchar
2007 Mar 31
0
[934] branches/wxruby2/wxwidgets_282: Rename OnAssert to OnAssertFailure, reflecting wx 2.8 API
...; </span><span class="cx"> } </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspvirtual void OnAssert(const wxChar *file, int line, const wxChar *cond, const wxChar *msg) </del><ins>+ // actually implemented in ruby in classes/app.rb +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspvirtual void OnAssertFailure(const wxChar *file, int line, const wxChar *cond, const wxChar...
2012 Jun 06
2
[LLVMdev] llvm-tv
...39; 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(text, line) text ## line ^ <scratch space>:61:1: note: expand...
2012 Jun 06
0
[LLVMdev] llvm-tv
...ror(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(text, line) text ## line > ^ > <scratc...
2005 Aug 04
9
wxruby2 retooling
I finally gave up on swig 1.3.22, since it seems to be causing too many problems. Ubuntu breezy will have 1.3.24, so I''m retargeting wxruby2 to swig 1.3.24+. At the moment, I have 1.3.25 on my system, since that''s the current release. I''m finding all kinds of problems with the post-processors we have that clean up the .cpp files that swig creates. The
2007 Mar 19
0
[898] branches/wxruby2/wxwidgets_282/swig/classes/App.i: Fix init of stock objects for Wx2.8 - was causing infinite loop +crash on OS X
...bsp&nbsp&nbsp&nbsp&nbspprintf("ASSERT fired\n"); </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp} </span><span class="cx"> </span><del>-bool Initialize(int& argc, wxChar **argv) -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp{ -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspbool result = wxApp::Initialize(argc, argv); -&nbsp&nbsp&nb...
2007 Jun 28
0
[1092] trunk/wxruby2/swig/classes/App.i: Pass correctly typed Events into filter_event, if defined (bug 10797);
...;nbsp&nbsp&nbspreturn ret_val; + } + </ins><span class="cx"> // actually implemented in ruby in classes/app.rb </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspvirtual void OnAssertFailure(const wxChar *file, int line, const wxChar *cond, const wxChar *msg) </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp{ </span><span class="lines">@@ -197,7 +229,6 @@ </span><span class="cx"> &n...
2004 Aug 16
3
RE: wxRuby
...I. -x objective-c++ -c > wx.cpp > wx.cpp: In function `void Init_wxruby()'': > wx.cpp:149: error: call of overloaded `wxEntryStart(int&, char**)'' is > ambiguous > /usr/local/include/wx/init.h:29: error: candidates are: bool > wxEntryStart(int&, > wxChar**) > wx.cpp:31: error: int wxEntryStart(int, char**) > make: *** [wx.o] Error 1 > > Is anybody testing this on OS X? Who is the expert? > > Steve > > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.griso...
2005 Jul 24
2
Fwd: fix Choice.cpp unicode string
...the few places that missed UTF8 convertion. --- swig/classes/Choice.i 31 Jan 2005 04:18:52 -0000 1.2 +++ swig/classes/Choice.i 24 Jul 2005 19:18:55 -0000 @@ -14,7 +14,7 @@ for(int i=0; i < $1; ++i) { VALUE thisItem = rb_ary_entry($input, i); - $2[i] = (wxChar *)STR2CSTR(thisItem); + $2[i] = wxConvUTF8.cMB2WC(STR2CSTR(thisItem)); } } There''s another I think UTF8 problem: The onAbout dialog in caret.rb uses the (c) character so the string is not shown. Jani
2005 Jun 20
1
Linux Installation Problem
...39;'m now trying to install wxRuby. extconf.rb ran correctly, but when I run make, I get the following error: wx.cpp:29: error: new declaration `int wxEntryStart(int&, char**)'' /usr/local/include/wx-2.6/wx/init.h:29: error: ambiguates old declaration `boolwxEntryStart(int&, wxChar**)'' make: *** [wx.o] Error 1 Any thoughts?
2006 Apr 30
1
[LLVMdev] llvm-tv bug?
...llvm-tv bug, but couldn't submit it as llvm.org is down: llvm[2]: Compiling CFGGraphDrawer.cpp for Debug build In file included from CFGGraphDrawer.cpp:2: TVTreeItem.h: In member function `virtual std::string TVTreeModuleItem::getTitle()': TVTreeItem.h:66: error: conversion from `const wxChar*' to non-scalar type ` std::string' requested make[2]: *** [/storage/llvm-src/llvm/projects/llvm-tv/tools/llvm-tv/Debug/CFGGraphDrawer.o] Error 1 make[2]: Leaving directory `/storage/llvm-src/llvm/projects/llvm-tv/tools/llvm-tv' make[1]: *** [llvm-tv/.makeall] Error 2 make[1]: Leavin...
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
2005 Feb 04
8
wxruby swig update
Good news and bad news. First he good news. wxruby-swig now compiles on Linux, Mac, and Windows using wxWidgets 2.5. I just patched a bug with the paint method today, but it''s getting very close to the first release of wxruby. With a little more cleanup, I think we''re getting ready to do a first release of it, which will hopefully replaced wxruby. Of course, the debug spew
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 Aug 23
4
building wxruby2 from cvs (gentoo)
...support #edited /etc/portage/package.keyword #and added dev-lang/swig #edit /etc/portage/package.use #added dev-lang/swig ruby The second point where it failed was here src/App.cpp:1622:21: wx/init.h: No such file or directory src/App.cpp: In member function `bool wxRubyApp::Initialize(int&, wxChar**)'': src/App.cpp:1742: error: no matching function for call to `wxRubyApp::Initialize (int&, wxChar**&)'' /usr/include/wx/gtk/app.h:57: note: candidates are: static bool wxApp::Initializ e() rake aborted! Command failed with status (1): [c++ -c -I/usr/lib/wx/include/gtk2-2...
2007 May 21
0
[1022] trunk/wxruby2/swig/classes/App.i: Memory mgmt: use Wx::App to mark still-alive Windows, set up Wx::THE_APP const
...s called in Ruby </span><span class="cx"> // wxEntry calls the C++ App::OnInit method </span><span class="cx"> int main_loop() </span><span class="cx"> { </span><del>- static int argc = 1; - static wxChar *argv[] = {wxT("wxruby"), NULL}; </del><ins>+&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp rb_define_const(mWxruby2, "THE_APP", SWIG_RubyInstanceFor(this)); +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp static...
2007 Jan 23
0
[853] trunk/wxruby2/swig: Replace deprecated STR2CSTR with StringValuePtr
...;> </span><span class="lines">@@ -118,7 +118,7 @@ </span><span class="cx"> </span><span class="cx"> ############################################################## </span><span class="cx"> %typemap(in) const wxChar const * { </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$1 = new wxString(STR2CSTR($input), wxConvUTF8).c_str(); </del><ins>+&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$1 = new wxString(StringValuePtr($input...
2005 Aug 03
24
patch for Icon
I just checked out a fresh copy and had to tweak wxIcon.h to get it to compile on Mac OS X and windows. The problem is with: wxIcon(const wxString& filename, wxBitmapType type = wxBITMAP_TYPE_XPM, int desiredWidth=-1, int desiredHeight=-1); that signature is only used on GTK on other systems it is: wxIcon(const wxString& name, long
2006 Jun 08
1
wxruby/version/linux
...1.8.4/lib/ruby/1.8/i686-linux -I/home/pgundlach/ruby/1.8.4/lib/ruby/1.8/i686-linux -I. -c wx.cpp wx.cpp:29: error: new declaration ''int wxEntryStart(int&, char**)'' /opt/wxGTK/include/wx-2.6/wx/init.h:29: error: ambiguates old declaration ''bool wxEntryStart(int&, wxChar**)'' make: *** [wx.o] Error 1 ------------------------------ Is there any (cvs/whatever) version that runs with wx2.6.3? Patrick
2005 Aug 03
1
patch for xrcid
Somewhere along the way the xrcid function got removed from Functions.i, this will add it back. Kevin I hope you like these small patches, you are going to get a lot. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Oct 25
0
[718] trunk/wxruby2/swig/classes/App.i: Put back Initialize function
...nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspprintf("ASSERT fired\n"); </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp} </span><ins>+ +bool Initialize(int& argc, wxChar **argv) +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp{ +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspbool result = wxApp::Initialize(argc, argv); +&nbsp&nbsp&nb...