Re: [Lazarus] Where is hwiringPi?

2015-09-19 Thread Donald Ziesig
On 09/18/2015 08:34 PM, Donald Ziesig wrote: On 09/18/2015 07:50 PM, Bo Berglund wrote: On Sat, 19 Sep 2015 01:21:25 +0300, Maxim Ganetsky wrote: 19.09.2015 1:10, Donald Ziesig ?: Hi All! It looks like this is Raspberry PI day :-) . I have Lazarus working on a RPi 2 B

[Lazarus] Equivalent of a Windows DLL on RPi?

2015-09-19 Thread Bo Berglund
I am investigating programming for the Raspberry Pi as described in my other thread. Could someone please outline if there is a concept like a Windows DLL also in Raspbian for the Pi? I have a DLL written in Delphi7 (or 2007), which implements a whole bunch of basic functions and I am wondering

Re: [Lazarus] LaztoApk troubles

2015-09-19 Thread sam_herzog
Hello Salvatore,  first I would like to explain a little about laztoapk. It just helps you install the whole tool chain, jdk,sdk,ndk and laz4android. And to create the batch-file (.bat) to compile,sign and package a valid .apk file. The problem you are talking about can be solved by either

[Lazarus] LaztoApk troubles

2015-09-19 Thread Salvatore Coppola
Hi, this should be direct to delphifreak but i preferred to ask here, maybe someone has already experimented and solved. After configured laz4android jdk sdk ndk, the program execute and make the apk but the problem is that althought the project is changed (another project) always the template is

Re: [Lazarus] Where is hwiringPi?

2015-09-19 Thread Marc Santhoff
On Fr, 2015-09-18 at 18:50 -0500, Bo Berglund wrote: > The hiwiringpi.pas file is an interface to something else written in C > if I understood the text correctly. > How does that work? It seems like I have to compile something in C on > the Pi as well and it produces an *.o file. Does that act

Re: [Lazarus] Where is hwiringPi?

2015-09-19 Thread Marc Santhoff
On Sa, 2015-09-19 at 18:53 +0200, Marc Santhoff wrote: > On Fr, 2015-09-18 at 18:50 -0500, Bo Berglund wrote: > > The hiwiringpi.pas file is an interface to something else written in C > > if I understood the text correctly. > > How does that work? It seems like I have to compile something in C on