git-svn-id: trunk@29392 -
@@ -481,9 +481,6 @@ var
if s = 'overload' then
ProcOpt:=ProcOpt + [poOverload]
else
- if s = 'overload' then
- ProcOpt:=ProcOpt + [poMethodPtr]
- else
if s = 'abstract' then
TClassDef(Parent).HasAbstractMethods:=True;
end;
@@ -26,10 +26,16 @@ The following Pascal features are supported by pas2jni:
- property;
- constant;
- enum;
+- set;
- TGuid type;
- pointer type;
- string types;
- all numeric types;
+- method poiner.
+
+USUPPORTED features:
+- array;
+- procedure pointer.
Shared libraries, generated by pas2jni were tested with Java on Windows and Android. It should work on other systems as well.