Displaying 7 results from an estimated 7 matches for "core_name".
Did you mean:
code_name
2007 Mar 18
0
[890] branches/wxruby2/wxwidgets_282/swig/fixdeleting.rb: Fix crash on exit (Artur Kuptel)
...UTC (rev 889)
+++ branches/wxruby2/wxwidgets_282/swig/fixdeleting.rb        2007-03-18 00:59:04 UTC (rev 890)
</span><span class="lines">@@ -19,8 +19,9 @@
</span><span class="cx"> puts("core_name: #{core_name}")
</span><span class="cx">         wx_name = "wx"+core_name
</span><span class="cx">         
<...
2007 Jun 25
0
[1070] trunk/wxruby2/swig/fixdeleting.rb: Remove old, now unused, fixdeleting script
...dy deleted
-# I know it''s ugly :-(
-
-filename = ARGV[0]
-broken = filename+".old"
-File.rename(filename, broken)
-
-this_module = File.basename(filename)
-
-
-File.open(filename, "w") do | out |
-        core_name = File.basename(filename, ".cpp")
-puts("core_name: #{core_name}")
-        wx_name = "wx"+core_name
-        
-   &a...
2007 Mar 17
5
Fix for crash at exit
...ish solution to this kind of problem ?
A.K.
In case attachment gets scrubbed somewhere along the way:
Index: fixdeleting.rb
===================================================================
--- fixdeleting.rb (revision 889)
+++ fixdeleting.rb (working copy)
@@ -21,6 +21,7 @@
if(core_name == "App")
found_app_constructor = false
+ wx_name = core_name
else
found_app_constructor = true
end
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: wx2.patch
Url: http://rubyforge.org/pipermail/wxrub...
2006 Mar 30
5
Patch for wxControl.h
Hello all. This gets past the problem in bigdemo where it won''t start
the application at all. That was where it was overflowing the stack on
get_label.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Jan 02
0
[ wxruby-Bugs-16762 ] src/Event.cpp:3156: error: ''wxEVT_MEDIA_FINISHED'' was not declared in this scope
...)
Assigned to: Nobody (None)
Summary: src/Event.cpp:3156: error: ''wxEVT_MEDIA_FINISHED'' was not declared in this scope
Initial Comment:
This bug is against the svn version of wxruby2.
contact: demaillists_at_comcast.net
--------------------
ruby swig/fixmodule.rb src/Event.cpp
core_name: Event
: Object
class wxEvent
NOTE: swig/fixmodule.rb Didn''t find gcitem destructor
g++ -c -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O -march=athlon-xp -pipe -fPIC -Wno-unused-function -I /usr/lib/rub...
2010 Jul 01
0
Intermittent authentication error
Hello,
I have an intermittent authentication error between a Windows 2003 Server and AIX 6.1 TL4 Samba 2.2.7. I have the Samba server passing auth details to an active directory server. The account exists on AIX but is locked and there is no smbpasswd entry (this is how I setup all my samba shares). On the Windows server a mapping has been created to mount this path on restart. In most cases
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my
linux box. I compiled the demos and all the demos, save dbbrowse,
work. I think I have a functional wx. Now I''m trying to install wxRuby
from source, since I have a 64 bit machine. I only have permission to
my home directory so my installation is :
/usr/people/stevenq/Applications/wxX11/