[fpc-pascal] Converting header with va_list

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Wed Jan 18 17:36:50 CET 2012


Hello,

Thanks, it is good to have some input as to what would be necessary,
but in the mean time I solved my problem in another way. JNI has
another way of sending the parameters, the A functions:

CallStaticVoidMethodA:procedure(Env:PJNIEnv;AClass:JClass;MethodID:JMethodID;Args:PJValue);

And this worked for me sending a pointer to the first element of a
pascal static Array in the parameter Args.

-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list