Displaying 9 results from an estimated 9 matches for "wxlog".
Did you mean:
xlog
2005 Nov 14
3
Error when building on OSX 10.4/wxWidgets 2.7
I''ve installed ruby 1.8.3, wxWidgets 2.6-cvs, and swig 1.3.27.
When running rake here''s the error I get:
src/App.cpp:1419: error: ''CreateLogTarget'' is not a member of ''wxRubyApp''src/App.cpp: In function ''VALUE _wrap_App_CreateLogTarget(int, VALUE*, VALUE)'':src/App.cpp:1612: error: ''class wxRubyApp'' has no
2007 Jul 18
0
[1117] trunk/wxruby2/swig/classes/App.i: No director for GetTopWindow, remove Unlink in OnExit to avoid exception
...sp // unhook the App ruby object from the C++ object
-                SWIG_RubyUnlinkObjects((void *)this);
-
</del><span class="cx"> wxLog *oldlog = wxLog::SetActiveTarget(new wxLogStderr);
</span><span class="cx"> SetTopWindow(0);
</span><span class="cx"> if ( oldlog )
</span><span class="lines">@@ -192,7 +186,6 @@
</span><span class="cx&q...
2007 Jan 03
0
[824] trunk/wxruby2/swig/classes/App.i: Remove some ifdefs for old unstable versions of WxWidgets
...uot;cx"> printf("survived gc\n");
</span><span class="cx"> #endif
</span><span class="cx">
</span><del>-#if !wxCHECK_VERSION(2,5,0)
- wxTheApp = 0;
-#endif
</del><span class="cx"> wxLog *oldlog = wxLog::SetActiveTarget(new wxLogStderr);
</span><span class="cx"> SetTopWindow(0);
</span><span class="cx"> if ( oldlog )
</span><span class="lines">@@ -185,7 +172,3 @@
</span><span class="cx&q...
2007 Jul 21
0
[1136] trunk/wxruby2/swig/classes/App.i: Note when the Wx::App is exiting and avoid doing GC if in process of
...sp                           
</ins><span class="cx"> wxLog *oldlog = wxLog::SetActiveTarget(new wxLogStderr);
</span><span class="cx"> SetTopWindow(0);
</span><span class="cx"> if ( oldlog )
</span></span></pre>
</div>
</div>
</body>
</html>
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
...sp // unhook the App ruby object from the C++ object
+                SWIG_RubyUnlinkObjects((void *)this);
+
</ins><span class="cx"> wxLog *oldlog = wxLog::SetActiveTarget(new wxLogStderr);
</span><span class="cx"> SetTopWindow(0);
</span><span class="cx"> if ( oldlog )
</span><del>- {
-#ifdef __WXDEBUG__
-     &n...
2007 May 28
0
[1034] trunk/wxruby2/swig/classes/LogTextCtrl.i: Avoid GC crasher when LogTextCtrl is active log target
...</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx">
</span><span class="cx"> %include "../common.i"
</span><span class="cx">
</span><del>-%module(directors="1") wxLogTextCtrl
-GC_MANAGE(wxLogTextCtrl);
</del><ins>+%module wxLogTextCtrl
+GC_NEVER(wxLogTextCtrl);
</ins><span class="cx">
</span><span class="cx"> %import "include/wxLog.h"
</span><span class="cx">
</span>&...
2006 Oct 23
0
[712] trunk/wxruby2/swig/classes/App.i: Removed unneeded debugging output & deprecated method (Alex Fenton)
...= Qnil;
</span><span class="lines">@@ -158,7 +148,6 @@
</span><span class="cx"> public:
</span><span class="cx"> wxRubyApp() ;
</span><span class="cx"> virtual ~wxApp() ;
</span><del>- virtual wxLog* CreateLogTarget() ;
</del><span class="cx"> void Dispatch() ;
</span><span class="cx"> int FilterEvent(wxEvent& event ) ;
</span><span class="cx"> wxString GetAppName() const;
</span></span></pre>
</d...
2006 Oct 19
0
[694] trunk/wxruby2/doc/textile: Added back the logging classes which were over-zealously removed when
...;nbsp2006-10-19 17:38:32 UTC (rev 693)
+++ trunk/wxruby2/doc/textile/log.txtl        2006-10-19 18:20:50 UTC (rev 694)
</span><span class="lines">@@ -1,7 +1,11 @@
</span><span class="cx"> h1(#wxlog). Wx::Log
</span><span class="cx">
</span><del>-Log class defines the interface for the _log targets_ used by Widgets
-logging functions as explained in the "Log overview":logoverview.html.
</del><ins>+Log class defines the interface for the...
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