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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to