Hello,
JNI Wrapper for Delphi and FreePascal version 2.8
Authors: Jonathan Revusky, Amine Moulay Ramdane and Salvatore Meschini.
Email:
ami...@videotron.ca
Description:
This JNI Wrapper for Delphi and FreePascal provides a powerful and
simplified object-oriented API for doing mixed language programming in
Java and Delphi (Borland Object Pascal language) or FreePascal. This may
provide an easier and more productive way of getting Win32 and Win64
features in Java projects and integrating legacy code (at least for the
Delphi or FreePascal community). Please read the readme file inside the
zip file to learn more.
Amine Moulay Ramdane has enhanced more JNI Wrapper and ported it
to 64 bit, here is the functions that i have implemented and added:
function JstringArrayToDTStrings(jarr : JArray) : TStrings;
function JdoubleArrayToDdoubleArray(jarr : JdoubleArray) : TDdoubleArray;
function JfloatArrayToDsingleArray(jarr : JFloatArray) : TDsingleArray;
function JcharArrayToDwordArray(jarr : JCharArray) : TDwordArray;
function JbyteArrayToDshortintArray(jarr : JByteArray) : TDshortintArray;
function JshortArrayToDsmallintArray(jarr : JShortArray) : TDsmallintArray;
function JbooleanArrayToDbooleanArray(jarr : JBooleanArray) :
TDbooleanArray;
Language: FPC Pascal v2.2.0+ / Delphi XE+:
http://www.freepascal.org/
Operating Systems: Windows.
You can download JNI Wrapper for Delphi and FreePascal version 2.8 from:
https://sites.google.com/site/aminer68/jni-wrapper-for-delphi-and-freepascal
Thank you,
Amine Moulay Ramdane.