To compile shared libraries, the new FPC (Free Pascal Compiler) is essential, cause it fixes a lot of bugs in this context (PIC-support etc.) Also, Lazarus 0.9.28-8 and the new FPC 2.4.0 fix a lot of nasty other bugs. They also contain a lot of features Listaller 0.4 uses and easyMp3Gain and WinFF could benefit […]
Tag: fpc
How Listaller got LZMA decompression…
Cause the new IPK-package specs only allow LZMA compression, I had to add LZMA to Listaller. (IPK is Listaller’s own package format, based on TAR files and LZMA) I thought it was no big deal cause there is an LZMA-SDK for Pascal which worked quite well. So I dropped the old Abbrevia component set which […]
FPC 2.4.0 veröffentlicht!
Gestern wurde der Freepascal-Compiler in der neuen Version 2.4.0 veröffentlicht. FPC 2.4.0 unterstützt nun Mac OS X/PowerPC64, Mac OS X/x86_64, Mac OS X/ARM (iPhone) und Haiku/i386 zusätzlich zu den bisherigen Plattformen und Architekturen. Der Compiler hat nun eine ähnliche Ressourcenbehandlung wie der Delphi-Compiler. Zudem wurden eine Menge Geschwindigkeitsverbesserungen integriert und die Unterstützung der ARM-Architektur wurde […]