|
From: Shakeel S. <sha...@gm...> - 2008-03-24 20:37:52
|
Hello, SWIG will be generating a java class for the c++ type unsigned long as "SWIGTYPE_p_unsigned_long.java" . Is there any way to generate the class as UnsignedLong.java instead of SWIGTYPE_p_unsigned_long.java? Thanks in advance.. Shakeel. |