|
From: Build M. <akb...@gm...> - 2012-05-19 19:03:27
|
Hello,
I try to make user type input rule work with
%apply UserType INPUT[] { UserType* }
>
> I got an error after running SWIG:
Can't apply (UserType INPUT[]). No typemaps are defined.
>
I tried add something like
> typedef int UserType;
>
before using %apply. But the same error stays.
I need some help.
Thanks,
K
|