[fpc-devel] get/put in fpc

Jonas Maebe jonas.maebe at elis.ugent.be
Fri Oct 9 20:10:27 CEST 2015


On 09/10/15 19:39, Schneider wrote:
> So get and put do not exist in fpc?

Not in FPC 2.6.4. They do exist in FPC 3.0rc1, but FPC 3.0rc1 still 
contains a bug that makes it (wrongfully) complain about a duplicate 
"SHELLP" identifier with your program (and this bug will also be in the 
final FPC 3.0 release; it will be fixed in FPC 3.0.2 probably). If you 
remove the "(shellp,output)" from the program header, the program 
compiles and runs correctly with FPC 3.0 if you also add a 
"rewrite(shellp);" after the reset though.

In general, ANSI ISO Pascal support is still very new in FPC, because 
until now virtually everyone wanting ISO support used GPC, and FPC's 
developers all come from a Turbo Pascal or Delphi background.


Jonas



More information about the fpc-devel mailing list