search for: dwxdebug

Displaying 6 results from an estimated 6 matches for "dwxdebug".

Did you mean: wxdebug
2004 Apr 22
13
Rake and VC++ 6
Has anybody tried the new wxruby-swig from the msvc++ command line compiler using ''rake''? The rakefile seems to depend on the wx_config method, which doesn''t exist for msw because it doesn''t have BASH to execute the shell script. Has anyone hacked the rakefile to fix this? Nick
2004 Apr 24
1
wxruby-swig 0.0.7
I just pushed a new wxruby-swig, which includes the known MSWin rakefile changes. It also has some significant internal improvements that will make it easier to add classes, and it includes support for one new class (wxEvent). wxruby-swig is now licensed under the "MIT license". wxRuby will remain under the wxWindows license as long as we are releasing the old code base. When we
2007 Apr 14
0
[967] branches/wxruby2/wxwidgets_282/rake/rakewx.rb: Fix two warnings generated by the rakefile
...ass="cx"> if($verbose_debug) </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspputs(''Enabling VERBOSE debugging output'') -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$verbose_flag = '' -DwxDEBUG=1 '' </del><ins>+ puts(''Enabling VERBOSE debugging output'') + $verbose_flag = '' -DwxDEBUG=1 '' +else + $verbose_flag = '''' </ins><span class="cx"> end </span><span class="cx"> &lt...
2007 Mar 17
0
[884] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Compile flag fixes for Windows/Wx 2.8 (Artur Kuptel)
...if $debug_build </span><span class="cx"> $ruby_cppflags.gsub!(/-MD/," /MDd"); </span><span class="cx"> $ruby_cppflags.gsub!(/-O[A-Za-z0-9-]*/, "/Od") </span><del>- $ruby_cppflags += " -D_DEBUG -D__WXDEBUG__ -DWXDEBUG=1 " </del><ins>+ $ruby_cppflags += " -Zi -D_DEBUG -D__WXDEBUG__ -DWXDEBUG=1 " + $extra_ldflags += "/DEBUG" </ins><span class="cx"> else </span><span class="cx"> $ruby_cppflags += " -DNDEBUG " </s...
2004 Apr 29
10
wxruby-swig 0.0.12 is up
This one includes the latest App.cpp which includes the Mac fix from Nick. I thought it was in 0.0.11, but it wasn''t. It also adds support for "stock objects", like colours, pens, and fonts. This turned out to be quite challenging, but I''m happy with the solution. It only took a few days :-/ Kevin
2005 Jul 24
11
Official name change to wxruby2
The CVS module has been renamed from wxruby-swig to wxruby2, and I have checked in the related changes to reflect the name change. Anyone with a CVS tree will need to re-checkout from CVS because of the module name change. There is now a wx.rb in the lib/ directory, which loads the wxruby2 shared library that gets built. I have tagged this as 0.0.22. Next steps: - Apply Choice.i patch from