Hi,

Sorry that I can't help much with the compilation errors.

I have another question.
Is it possible to specify a DISOWN typemap
outside of the class definition.

The following works:
class Foo{
%apply SWIGTYPE *DISOWN {Bar bar};
  void Foo(Bar bar);
%clear Bar bar;
};

What I would like to do is like this:
%apply SWIGTYPE *DISOWN {Foo::Foo(Bar bar)};
class Foo{
  void Foo(Bar bar);
};


Thanks,
Daishi


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to