Commit History

Author SHA1 Message Date
  yury e81cc4574f * pas2jni: Removed option to create event handler by passing Java method method name as a string. It is not safe, since the target method is treated as unused by Java and the method may be removed from the resulting application. 9 years ago
  yury bb7aee5e8e * Added link to the pas2jni wiki page. 10 years ago
  yury de770592da * pas2jni: - Fixed method pointer handling for ARM platforms. 10 years ago
  yury 7f23fcd02c * pas2jni: Removed unneeded code. Added unsupported features to the readme. 10 years ago
  yury 5d1b97fd67 + pas2jni - an utility to generates a JNI (Java Native Interface) bridge for a Pascal code. Then the Pascal code (including classes and other advanced features) can be easily used in Java programs. 12 years ago