Re: [fpc-pascal] JNI/Android: Java events calling pascal code

2014-04-23 Thread leledumbo
However, it seems there might be a better solution which uses a fixed java snippet for all classes (using a dynamic proxy). As I am not very involved with java, pls have a look at: https://groups.google.com/forum/#!topic/android-ndk/SRgy93Un8vM especially the post before the last. Maybe you

Re: [fpc-pascal] JNI/Android: Java events calling pascal code

2014-04-23 Thread Felipe Monteiro de Carvalho
On Wed, Apr 23, 2014 at 6:10 AM, leledumbo leledumbo_c...@yahoo.co.id wrote: Hmm...that's beyond my Java skill. Since Felipe who started the topic, you can try PM him instead. So looking at what he originally posted: setOnCompletionListener(MediaPlayer.OnCompletionListener listener) And

Re: [fpc-pascal] JNI/Android: Java events calling pascal code

2014-04-23 Thread Chriss Kalogeropoulos
Hello everyone, a couple years ago i tried the same thing. The task was to implement a JavaPOS driver handler from Delphi/FPC code. The actual driver was implemented in C++ and it used a Java interface. My code was the glue between the application (Delphi/FPC) and the driver, it had to hook the

Re: [fpc-pascal] JNI/Android: Java events calling pascal code

2014-04-23 Thread patspiper
On 23/04/14 12:31, Felipe Monteiro de Carvalho wrote: On Wed, Apr 23, 2014 at 6:10 AM, leledumboleledumbo_c...@yahoo.co.id wrote: Hmm...that's beyond my Java skill. Since Felipe who started the topic, you can try PM him instead. So looking at what he originally posted:

Re: [fpc-pascal] JNI/Android: Java events calling pascal code

2014-04-23 Thread patspiper
On 23/04/14 13:20, Chriss Kalogeropoulos wrote: Hello everyone, a couple years ago i tried the same thing. The task was to implement a JavaPOS driver handler from Delphi/FPC code. The actual driver was implemented in C++ and it used a Java interface. My code was the glue between the

Re: [fpc-pascal] JNI/Android: Java events calling pascal code

2014-04-23 Thread fredvs
Hello. Hum, if you are not obliged to use Java media-player, you may use = https://github.com/fredvs/uoslib. That fpc audio library is Java-comatible and can do easy callbacks... - Many thanks ;-) -- View this message in context:

[fpc-pascal] Free Pascal - Github

2014-04-23 Thread silvioprog
Hello, Is Free Pascal from Github updated? I saw last update in: https://github.com/graemeg/freepascal nickysn authored 11 days ago Can I follow normally Free Pascal from GIT? Thank you! -- Silvio Clécio My public projects - github.com/silvioprog

Re: [fpc-pascal] Free Pascal - Github

2014-04-23 Thread Karoly Balogh (Charlie/SGR)
Hi, On Wed, 23 Apr 2014, silvioprog wrote: Is Free Pascal from Github updated? I saw last update in: https://github.com/graemeg/freepascal nickysn authored 11 days ago Yes, it's sometimes not updated, sadly. It also doesn't have up to date fixes branch, IIRC. Can I follow normally Free

Re: [fpc-pascal] Free Pascal - Github

2014-04-23 Thread silvioprog
2014-04-23 10:14 GMT-03:00 Karoly Balogh (Charlie/SGR) char...@scenergy.dfmk.hu: Hi, On Wed, 23 Apr 2014, silvioprog wrote: Is Free Pascal from Github updated? I saw last update in: https://github.com/graemeg/freepascal nickysn authored 11 days ago Yes, it's sometimes not

Re: [fpc-pascal] Lazarus 1.2.2 Release

2014-04-23 Thread silvioprog
2014-04-23 11:34 GMT-03:00 Mattias Gaertner nc-gaert...@netcologne.de: The Lazarus team is glad to announce the release of Lazarus 1.2.2. This release was built with fpc 2.6.4. The previous release 1.2 was built with 2.6.2. Here is the list of changes for Lazarus and Free Pascal:

Re: [fpc-pascal] Free Pascal - Github

2014-04-23 Thread Zaher Dirkey
On Wed, Apr 23, 2014 at 3:14 PM, Karoly Balogh (Charlie/SGR) char...@scenergy.dfmk.hu wrote: On Wed, 23 Apr 2014, silvioprog wrote: Is Free Pascal from Github updated? I saw last update in: https://github.com/graemeg/freepascal nickysn authored 11 days ago Yes, it's sometimes not

Re: [fpc-pascal] Free Pascal - Github

2014-04-23 Thread Florian Klämpfl
Am 23.04.2014 21:31, schrieb Zaher Dirkey: On Wed, Apr 23, 2014 at 3:14 PM, Karoly Balogh (Charlie/SGR) char...@scenergy.dfmk.hu mailto:char...@scenergy.dfmk.hu wrote: On Wed, 23 Apr 2014, silvioprog wrote: Is Free Pascal from Github updated? I saw last update in:

Re: [fpc-pascal] Free Pascal - Github

2014-04-23 Thread Zaher Dirkey
On Wed, Apr 23, 2014 at 9:34 PM, Florian Klämpfl flor...@freepascal.orgwrote: Well, you can consider Charlie as part of the freepascal team ;) ​Ok, Done, he is the owner of https://github.com/orgs/fpc Best Regards Zaher Dirkey ___ fpc-pascal

Re: [fpc-pascal] JNI/Android: Java events calling pascal code

2014-04-23 Thread Chriss Kalogeropoulos
The main reason is to avoid distributing extra files with the application. Having just one exe or dll that can handle the details is much better. I was also hoping to reuse the code in other similar projects that had different listeners. For example, a barcode reader javapos driver has different

Re: [fpc-pascal] Lazarus 1.2.2 Release

2014-04-23 Thread m...@rpzdesign.com
When trying to install lazarus 1.2.2 on Linux Fedora 14: fpc-2.6.4-1.x86_64.rpm does not install. Shows error: lazarus-1.2.0-0.x86_64 requires fpc = 2.6.2-130317 I think the dependency tree inside the fpc and fpc-src rpms are crossed. They somehow need fpc 2.6.2? Cheers, md On 4/23/2014