search for: wxentry

Displaying 16 results from an estimated 16 matches for "wxentry".

Did you mean: wlentry
2005 Jul 30
7
Can''t compile the cvs-tree
...ruby''s App.i that I hadn''t noticed before. After two evenings of reading and learning wx and wxruby code I found the solution to my compile problem after fifteen minutes of writing this email. The incredibly simple fix I made was to swig/classes/App.i on line 16 changed from: int wxEntry( int argc, char *argv[]); to: int wxEntry( int &argc, char *argv[]); :)) Writing things down in a different environment sometimes makes you see things you hadn''t noticed before :) I am really happy atm! The only thing I don''t understand is why I''m the first here to...
2004 Jun 04
2
building wxruby-swig 0.0.16 on Mac
Grabbed 0.0.16 and tried a build for kicks. ...all good, except for a warning in MenuBar.cpp, then... g++ -c -I/usr/local/lib/wx/include/mac-2.4 -D__WXMAC__ -DWXMAKINGDLL -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -fno-common -fno-common -pipe -fno-common -x objective-c++ -I /usr/local/lib/ruby/gems/1.8/rake-0.3.2/lib -I /usr/local/lib/ruby/site_ruby/1.8 -I
2007 Jan 03
0
[824] trunk/wxruby2/swig/classes/App.i: Remove some ifdefs for old unstable versions of WxWidgets
...&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspextern int wxEntry(WXHINSTANCE hInstance, -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&...
2007 Dec 27
0
[ wxruby-Bugs-16622 ] Calling skip() on CommandEvent causes segfault on OS X 10.5
...tloop.cpp:107 #25 0x0156b72d in wxEventLoopManual::Run (this=0x12496b30) at ../src/common/evtloopcmn.cpp:115 #26 0x0154160d in wxAppBase::MainLoop (this=0x12720be0) at ../src/common/appcmn.cpp:312 #27 0x0154177b in wxAppBase::OnRun (this=0x12720be0) at ../src/common/appcmn.cpp:367 #28 0x0143afd3 in wxEntry (argc=@0x1be51f8, argv=0x12724300) at ../src/common/init.cpp:456 #29 0x0143b092 in wxEntry (argc=@0x1bc93dc, argv=0x1bc93d4) at ../src/common/init.cpp:468 #30 0x010085ee in _wrap_App_main_loop () at thread.h:594 #31 0x000ce525 in call_cfunc (func=0x1008500 <_wrap_App_main_loop(int, unsigned long...
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
2008 Feb 06
0
[ wxruby-Bugs-17827 ] Crash when closing Dialog in bigdemo.rb
...n/evtloop.cpp:107 #69 0x015095af in wxEventLoopManual::Run (this=0x15869e80) at ../src/common/evtloopcmn.cpp:115 #70 0x014df853 in wxAppBase::MainLoop (this=0x3ad2d0) at ../src/common/appcmn.cpp:312 #71 0x014df9c1 in wxAppBase::OnRun (this=0x3ad2d0) at ../src/common/appcmn.cpp:367 #72 0x013db917 in wxEntry (argc=@0x1b74cb8, argv=0x3ad480) at ../src/common/init.cpp:456 #73 0x013db9d6 in wxEntry (argc=@0x1b58e1c, argv=0x1b58e14) at ../src/common/init.cpp:468 #74 0x01008760 in wxRubyApp::main_loop () at app.h:220 #75 0x01006e42 in _wrap_App_main_loop () at string.h:242 #76 0x000d1057 in rb_with_disable_...
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
...an class="cx"> #endif&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp </span><span class="cx"> } </span><span class="cx"> </span><ins>+ // This is the method run when main_loop is called in Ruby + // wxEntry calls the C++ App::OnInit method </ins><span class="cx"> int main_loop() </span><span class="cx"> { </span><span class="cx"> static int argc = 1; </span><span class="lines">@@ -63,8 +65,6 @@ <...
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
...gs, (VALUE(*)(...))mark_iterate, Qnil); +#ifdef __WXDEBUG__ + printf("=== App GC mark phase completed\n"); +#endif + + } + </ins><span class="cx"> // This is the method run when main_loop is 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>+&a...
2006 Nov 12
0
[ wxruby-Bugs-6632 ] Linux crash on NoteBook in bigdemo.rb
...from /usr/lib/libglib-2.0.so.0 #76 0xb6c3eb89 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #77 0xb7030574 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #78 0xb7ad9ef9 in wxEventLoop::Run () from lib/wxruby2.so #79 0xb7a5780d in wxAppBase::MainLoop () from lib/wxruby2.so #80 0xb7b2144d in wxEntry () from lib/wxruby2.so #81 0xb765d00c in _wrap_App_main_loop (argc=0, argv=0x0, self=3063315640) at src/App.cpp:1674 #82 0x08055146 in call_cfunc (func=0xb765cfc0 <_wrap_App_main_loop>, recv=3063315640, len=0, argc=0, argv=0x0) at eval.c:5654 #83 0x0805d8cb in rb_call0 (klass=3084869...
2008 Jan 21
0
Wx::GenericDirCtrl Segfault Crash
...0xb6a1781f in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #71 0xb6f601cc in wxEventLoop::Run () from /usr/lib/libwx_gtk2u-2.8.so.0 #72 0xb6ff7a1e in wxAppBase::MainLoop () from /usr/lib/libwx_gtk2u-2.8.so.0 #73 0xb6ff7061 in wxAppBase::OnRun () from /usr/lib/libwx_gtk2u-2.8.so.0 #74 0xb6eabefa in wxEntry () from /usr/lib/libwx_gtk2u-2.8.so.0 #75 0xb76fffb9 in _wrap_App_main_loop () from /usr/lib/ruby/site_ruby/1.8/i586-linux-gnu/wxruby2.so #76 0xb7e2ad93 in rb_provide () from /usr/lib/libruby.so.1.8 #77 0xb7e32ab2 in rb_iter_break () from /usr/lib/libruby.so.1.8 #78 0xb7e33838 in rb_iter_break (...
2006 Apr 23
12
Patches for object tracking
The following patches implement object tracking. Note nasty games I play to make the tracking global. SWIG 1.3.30 won''t need this. I also updated the minimum required SWIG version to 1.3.29. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 May 21
13
First drop of new memory management
Hi Just a quick update on memory leaks etc. I''ve just dropped a bunch of patches with a new approach to linking ruby''s GC to Wx''s memory handling. Still some work to do - eg bigdemo.rb falls over quite quickly - but working well for me on other samples. Briefly, it disposes of fixdeleting. For almost all objects that aren''t Windows, they should now be
2004 Apr 23
11
Building wxruby-swig for Mac
0.0.5 sure gets the Mac build a lot further. There''s a bug in the wxMac-2.4.2 distribution that I''m running into: wx-config wants to invoke a program in the source directory at link time. That''s ugly in itself, but it tries to use a variable ${top_srcdir} to accomplish this, and it''s apparently empty. It tries to invoke
2007 Jan 03
12
instalation problem
Hi Im testing wxRuby. I have a problem when ruby try to load the load wx. Im newbie to ruby, maybe a make a simple mistake : Best regards. Install wxRuby-------------------------------------------------------------- pedro@la-vaca-azul:~$ sudo gem install wxruby2-preview Need to update 2 gems from http://gems.rubyforge.org .. complete Select which gem to install for your platform (i486-linux)
2008 Jan 08
28
1.9.3 release, rakefile
Hi I''d like to put out a 1.9.3 release perhaps later this week/weekend. If you have a chance to test the build and samples esp with latest rubygems, please do. There are still some bugs on the list, and samples to do, but this should address all the build/install probs that have come up. And it would be good to get some testing and feedback on some of the new classes. A note on the
2009 Jan 24
37
Problem running Samples
Hi. I''m desperately trying to learn Ruby and wxWidgets, on my 64-bit Linux machine. However when I try to run any of the samples from the command line I get the following error message: ruby: symbol lookup error: /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86_64-linux/lib/wxruby2.so: undefined symbol: Init_wxMediaCtrl I''d be very grateful for any help. Many thanks in advance! --