Re: [fpc-pascal] PPCJVM Android target and bass library function call issue

2019-08-12 Thread Mgr. Janusz Chmiel
Yes, Raspberry Pi  is very interesting device. It is possible to run Linux distributions by using it, it have several USB ports, BLuetooth. In fact, here is a solution for Android, but it is interpreter language. RFO Basic. If user uses Gw library, which uses Basic commands in conjunction with

Re: [fpc-pascal] PPCJVM Android target and bass library function call issue

2019-08-12 Thread Jean SUZINEAU
Le 11/08/2019 à 11:43, Mgr. Janusz Chmiel a écrit : Thank you very much for yours patience. The reason why I want to use my own little Internet radio player is The fact, that GUI is simple, many other radio apps are full of functions and of many buttons. I want to simple pause, play or stop. I

Re: [fpc-pascal] PPCJVM Android target and bass library function call issue

2019-08-11 Thread Mgr. Janusz Chmiel
Dear MR Maebe,     You are always ready to help Me efficiently. I have special .jar file with compiled java .class files, inc and .pas file and bass.so is build inside .jar file. So I think, that it should work. Line   bass:= CUBBASS.create(); bass.BASS_Init(-1, 44100, 0); Cause no problems.

Re: [fpc-pascal] PPCJVM Android target and bass library function call issue

2019-08-11 Thread Jonas Maebe
On 10/08/2019 22:26, Mgr. Janusz Chmiel wrote: > I Am very sad, that I do not know, how to correctly call The following > function from bass.so when running apps produced by FPCJVM Android > target mode. >     class function BASS_StreamCreateURL(para1: JLString; para2: jint; > para3: jint; para4:

[fpc-pascal] PPCJVM Android target and bass library function call issue

2019-08-10 Thread Mgr. Janusz Chmiel
I Am very sad, that I do not know, how to correctly call The following function from bass.so when running apps produced by FPCJVM Android target mode.     class function BASS_StreamCreateURL(para1: JLString; para2: jint; para3: jint; para4: CUBBASS.InnerDOWNLOADPROC; para5: JLObject): jint;