search for: fvirtual

Displaying 4 results from an estimated 4 matches for "fvirtual".

Did you mean: virtual
2006 Apr 25
1
Re: -fvirtual and compactdefaultargs (was StaticBoxSizer bug?)
...9;'s a little-used Patch > category in the issue tracker. > We''ve been using the mailing list. We were working on getting a darcs repository going but I really don''t recall now whether that''s up and running (anyone?). > How do people feel about adding -fvirtual to swig_options in > rake/rakewx.rb to eliminate redundant wrapper generation? I > raise this question because prior to declaring RecalcSize() in the > wxStaticBoxSizer.h, the wrapper generated for it in StaticBoxSizer.cpp > was a redundant version of what was generated for BoxSizer....
2006 Oct 13
2
rakewx
With the recent check-in I accidentally committed my change to rakewx to remove the -fvirtual swig option. -fvirtual is incompatible with SWIG 1.3.30. It''s not necessary (as I recall) for 1.3.29 but only reduces the size of the wrapper code slightly. If anyone feels strongly about this I can make it conditional on the SWIG version but simply removing it seems the safest and...
2006 Aug 15
0
Problem with directors and Ruby
...39;ve included which tries to get the results from the Ruby call so it can pass them back to the returning function if called from C++. I believe I''ve done that part correctly but I''m always happy to be educated if I''ve done this the hard/wrong way Roy ---- swig -fvirtual -w401 -w801 -w515 -c++ -ruby -o sample.cpp sample.i ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM We...
2006 Apr 23
4
*INPUT/*OUTPUT params patches
Hi The attached patches enable the use of SWIG''s *INPUT *OUTPUT and *INOUT typemaps as described in the manual. It''s done by including SWIG''s own ''typemaps.i'' file so it''ll allow us to benefit from future upgrades to that. The problem was a collision between a Ruby macro _ (fixing for old compilers) and a WxWidgets macro _ (for text