Displaying 6 results from an estimated 6 matches for "fixmainmodule".
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of
errors of the sort:
WindowDisabler.obj : error LNK2001: unresolved external symbol
_SWIG_Ruby_ConvertPtr
I can see this is defined in rubydef.swg but I''m not sure why this isn''t
just included in the files that need it. Can any swig experts tell me
what I need to do to progress? I''m using
2005 Jul 26
10
Patch for wxRuby2
...the file.
I also had to change Xrc to XmlResource in rakewx.rb.
- For backwards compatability with wxRuby 0.6 I added the subclass methods to
XmlResource.
- Changed line 5 of wx.i from wxruby2 to wx, could not get wxruby2 to
work. I also
changed line 13 in fixmodule.rb to mWx and line 11 in
fixmainmodule.rb to mWx from mWxruby2.
Also changed mWx in functions.i and XmlResource.i
- Added the xrc example program (again)
- Added typemap to finally get wxItemKind working correctly, gets rid
of my fixedswigcode.rb hack.
- Added the wxMenuItem class.
- Added a type check for wxDateTime so CalendarCtrl n...
2006 Aug 23
6
Looking for volunteers (no C++ knowledge needed!)
I just posted a follow-up to our bug that old SWIG versions are not
properly detected, leading to unclear failure messages:
---
Actually, this just got a lot simpler. We used to support both 1.3.25+
and 1.3.24-, so we had to do both kinds of detection. Now, we REQUIRE
1.3.29, and therefore any SWIG that can''t give us its version number the
new way is automatically too old.
We can get
2006 Sep 24
4
SWIG exceptions
I was trying to fix the problem with wxImage and the char */unsigned
char * thing today and I was going to hand-write the functions to
translate between the two. While doing so I decided I''d clean up the
SWIG error message to make it more clear. Here''s an example
SWIG-generated argument error:
in method SetData'', argument 2 of type ''wxImage *''
2005 Aug 04
8
swigwin
Anyone on the list have some pointers for getting swig working properly
on Windows? Anytime I reswig a file it breaks wx.cpp. I''m sure I''ve
got a setup problem but I haven''t been able to put my finger on it yet.
Roy
2007 Jul 21
0
[1127] trunk/wxruby2: Move shared C++ GC functions into separate file included into wx.i
...mark_free = special_swig_file("mark_free_impl")
+ file(cpp_file => [ swig_file, mark_free ] ) do |t|
</ins><span class="cx"> do_swig(swig_file, cpp_file, "")
</span><span class="cx"> post_process(cpp_file, "fixmainmodule.rb")
</span><span class="cx"> add_initializers(cpp_file)
</span></span></pre></div>
<a id="trunkwxruby2swigmark_free_impli"></a>
<div class="addfile"><h4>Added: trunk/wxruby2/swig/mark_free_impl.i...