1 Feb 2006 10:01
Re: [Swig-user] Re: SWIG-1.3.28 release candidate
Luigi Ballabio <luigi.ballabio <at> gmail.com>
2006-02-01 09:01:40 GMT
2006-02-01 09:01:40 GMT
On 1/31/06, William S Fulton <wsf <at> fultondesigns.co.uk> wrote: > > Luigi Ballabio wrote: > >> I still have an %ignore-related issue, but it's more of a corner case > >> and I had notified William already. > >> > > Is this a 1.3.28 issue or an older one? > > > > This occurred in earlier versions, so it isn't a new issue. Right. > BTW Luigi until I get around to fixing this, you can workaround the problem by > adding in: > > %ignore Foo::Bar; > > then the enum will be wrapped as a plain int. Ok, I'll try that. > I can't decide whether the > correct approach should be an unknown type (SWIGTYPE_p_Bar) or as it > does it with the %ignore, that is an unnamed enum. Yet another possibility is to export a minimal SWIGTYPE_p_Foo and add the enum to it as if Foo weren't ignored. > This is all bordering > on wrapping nested types/classes, which as everyone knows, isn't really(Continue reading)
RSS Feed