Re: [fpc-pascal] shared library on arm-linux (raspberry pi)

2014-06-26 Thread Fabio Luis Girardi
Hi! I did more tests, with a clean raspbian image, using fpc that comes with raspbian repositories. Now I can compile a program and the shared library, but I can't load my shared library on my program, but my program can load and use a shared library built in C. Maybe a FPC bug?? No, I installed F

[fpc-pascal] typelib.pas

2014-06-26 Thread José Mejuto
Hello, A few days ago I was trying to convert a COM DLL into a *_TLB.pas file using the importtl.exe and the result does not compile at all due some missing parameter names in some functions/procedures. After note that typelib.pas is the heart of the importtl.exe file I was looking for the r

Re: [fpc-pascal] shared library on arm-linux (raspberry pi)

2014-06-26 Thread Fabio Luis Girardi
No, I installed FPC on Rpi using this file: http://sourceforge.net/projects/freepascal/files/Linux/2.6.4/fpc-2.6.4.arm-linux.tar Using the FPC 2.6.4, I tried build a fresh FPC 2.7.1 on Rpi, but I found the same error. So, I have to go back and install FPC from Raspibian repositories... 2014

Re: [fpc-pascal] shared library on arm-linux (raspberry pi)

2014-06-26 Thread Marco van de Voort
In our previous episode, Fabio Luis Girardi said: > Someone can say if this is a problem with my raspbian image or a problem > with my FPC installation? Did you use the raspbian provided (and patched!) FPC or did you build your own? Stock 2.6.4 does NOT run armhf systems, Raspbian patched theirs.

Re: [fpc-pascal] shared library on arm-linux (raspberry pi)

2014-06-26 Thread Fabio Luis Girardi
I did more tests. If I try build a empty program linked with libc, this program cause a linker failure as mentioned on previous message. program program1; {$LINKLIB c} begin end. Someone can say if this is a problem with my raspbian image or a problem with my FPC installation? 2014-06-25 23:

Re: [fpc-pascal] fpspreadsheet 1.2 has been released

2014-06-26 Thread Michael Van Canneyt
On Thu, 26 Jun 2014, Reinier Olislagers wrote: (Cross-posted to FPC & Lazarus lists) We're pleased to announce that fpspreadsheet 1.2 has been released. [snip] Bug fixes ... and bug fixes. Link to download and more information via http://wiki.lazarus.freepascal.org/FPSpreadsheet Impressi

[fpc-pascal] fpspreadsheet 1.2 has been released

2014-06-26 Thread Reinier Olislagers
(Cross-posted to FPC & Lazarus lists) We're pleased to announce that fpspreadsheet 1.2 has been released. Changes since previous 1.1: fpSpreadsheetGrid: fpSpreadsheetGrid has been extended to display formatting of the cells and to evolve towards a spreadsheet viewer. The demo is modified to show h