I have committed all the new typemap code to replace the single typemap file used before. It also include std typemap code but I currently have this disabled because it causes some major bugs when wrapping c code. If your wrapper just C++ code and you would like to use the stl stuff simply open stl.i in the Lib folder and uncomment the %include <stl.i> line.
Just to give people an idea of what to expect next I thought I was post what I am working on. Currently my main effort is getting arrays and vectors working. I have also just finished rewriting the majority of the typemaps. I will submit the new typemaps as well as the array and vectors hopefully within the next week.
- Scott
All files have been submitted to SVN and should now be available. Instructions for installation and usage can be found in the Wiki as well as some development notes.