|
%typemap(argout) does not support sequences of consecutive argume nts.: msg#00076programming.swig
Hi, I need to define a typemap as follow : %typemap(argout) int * , aecErrorData * { } I need this as arg1 (int * ) specifies the validity of arg2 (aecErrorData * ) This is not supported as far as I can see ! I can use $1 and $2 to specify the arguments on the C++ side but I only have $input on the other side, so I can not return a value for the second argument ! I could use 2 %typemap(argout) but then I would have to hardcode some variable names, which could result in a disaster in the future. Thank you for your assistance, Benjamin David _______________________________________________ Swig maillist - Swig@xxxxxxxxxxxxxxx http://mailman.cs.uchicago.edu/mailman/listinfo/swig |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Wrapping exception handling around a constructor called from Java: 00076, Willis, Raymond W |
|---|---|
| Next by Date: | %typemap(argout) does not support sequences of consecutive argume nts.: 00076, David Beazley |
| Previous by Thread: | Dynamic casting in C++ of the "this" attribute in a python class that wraps a C++ classi: 00076, David Beazley |
| Next by Thread: | %typemap(argout) does not support sequences of consecutive argume nts.: 00076, David Beazley |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |