<p>Am 09.10.2015 20:14 schrieb "Schneider" <<a href="mailto:schneidt@mail.nih.gov">schneidt@mail.nih.gov</a>>:<br>
><br>
> Tomas:<br>
><br>
> > Have you compiled your code with -Miso command line parameter as already<br>
> > suggested by someone else? I assume that unit iso7185 providing these<br>
> > procedures is then automatically included. If not, you can certainly add<br>
> > this unit to your uses clause manually.<br>
><br>
> Yes, I'm currently compiling using:<br>
><br>
> fpc   -Miso -Tdarwin -Mmacpas getput.p</p>
<p>You should only pass one of the major modes (which are "fpc", "tp", "iso", "objfpc", "macpas", "delphi" and "delphiunicode") while you can use multiple of the minor modeswitches (I don't know them all by heart so I won't list them here ^^ ).</p>
<p>Regards,<br>
Sven</p>