> I make library that do some math stuff and I used them in Windows and Linux
version made with Lazarus simply but how used it in a Android Java project?

The same as how use dynamic library written in any language from Java. Two
options: JNI and JNA. Feel free to read Java's documentation for this. One
thing for sure, it's no way easy once you want to pass parameters (unless
they're simple types) or access the caller object/class fields.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Library-for-Android-tp4043315p4043319.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to