Hi,
java2acdk is not a very well programmed application, more a
type of text replacement tool.
But I will try at least to fix the crashes.
Inner classes will not be supported by java2acdk, simply
because inner classes are not mappable to C++ (inner classes
in C++ has only another namespace, in Java they have
access to parent class).
Roger
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
alt.jiapi.file.Method
Logged In: YES
user_id=350104
It crashes also, if java class has inner classes
Logged In: YES
user_id=20586
Hi,
java2acdk is not a very well programmed application, more a
type of text replacement tool.
But I will try at least to fix the crashes.
Inner classes will not be supported by java2acdk, simply
because inner classes are not mappable to C++ (inner classes
in C++ has only another namespace, in Java they have
access to parent class).
Roger
Logged In: YES
user_id=350104
Tool ignores all the package protected members.
I think reasonable solution would be to mark them
as 'public', in generated source files