Open SwigAtSF opened 11 years ago
The arrays_java.i fails to generate the correct copy code to handle arguments that need to be copied in and out of directors. The supplied patch adds: some code to java.cxx to lookup the typemap directorargout mods to arrays_java.i to handle copying the arguments and to handle const results for arrayOut. a test case Regards Mark Donszelmann
The arrays_java.i fails to generate the correct copy code to handle arguments that need to be copied in and out of directors.
The supplied patch adds:
Regards Mark Donszelmann
diff against CVS HEAD 2006-11-07
Logged In: YES user_id=800216 add another patch to avoid const declarations for c code.
Logged In: YES user_id=800216
add another patch to avoid const declarations for c code.
On top of previous patch