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
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
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
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.
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:
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
(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