On Sat, Jun 1, 2019 at 8:41 PM Marc Santhoff wrote:
> which are the main changes when upgrading fpc from 2.6.4 to the current 3.x
> release?
Codepage aware strings come to mind...
New features are listed at
http://wiki.freepascal.org/FPC_New_Features_3.0
Changes that may break backwards compat
Hi,
which are the main changes when upgrading fpc from 2.6.4 to the current 3.x
release?
I remember having tried once for building ppcrossarm. That worked. When
compiling my old stuff in lazarus on x64 native it left me with a really big
mess. So big I switched back to 2.6.4 without taking any no
Hi,
I started to write a driver (
https://github.com/dioannidis/fp_ethernet_enc28j60.git ) for this chip (
ENC28J60 Ethernet Controller ) first for the AVR platform, ( heavily
inspired from the UIPEthernet library (
https://github.com/UIPEthernet/UIPEthernet.git )) and I want to ask the
co