[fpc-pascal]External variables in FPC

Jonas Maebe jonas at zeus.rug.ac.be
Fri Nov 24 10:36:28 CET 2000


On Thu, 23 Nov 2000, md wrote:

> I like the delphi mode with its automatic dereferencing of structure
> pointers instead of requiring ^.

In that case, simply use {$mode objfpc} to get the best of both worlds!
This will only fail in places where FPC and Delphi are incompatible, like
the procvar handling and nested comments.


Jonas





More information about the fpc-pascal mailing list