Thank you all for the help!
On Mon, Oct 17, 2016 at 10:51 AM Jonas Maebe
wrote:
> Luiz Gonzaga de Oliveira Neto wrote:
> > Would be it be better to try to compile this with the Turbo Pascal
> > compiler then? Or do you think it would be easier to try to remove the
> > lines with these codes and
Luiz Gonzaga de Oliveira Neto wrote:
> Would be it be better to try to compile this with the Turbo Pascal
> compiler then? Or do you think it would be easier to try to remove the
> lines with these codes and continue with FPC? My fear is that in some of
> these modifications I change what the code
On Mon, 17 Oct 2016, Luiz Gonzaga de Oliveira Neto wrote:
Hi all,
Thanks for the help.
Would be it be better to try to compile this with the Turbo Pascal compiler
then? Or do you think it would be easier to try to remove the lines with
these codes and continue with FPC? My fear is that in so
Hi all,
Thanks for the help.
Would be it be better to try to compile this with the Turbo Pascal compiler
then? Or do you think it would be easier to try to remove the lines with
these codes and continue with FPC? My fear is that in some of these
modifications I change what the code was supposed t
On 10/16/16, Mark Morgan Lloyd wrote:
> I've got a 5.0 manual to hand [blows dust off, coughs].
See: http://putka.upm.si/langref/turboPascal/0683.html
Bart
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin
On 15/10/16 20:00, Michael Van Canneyt wrote:
issues, but I still get the following error:
OPTIQAP.PAS(18,21) Error: Identifier not found "HeapError"
OPTIQAP.PAS(19,6) Error: Identifier not found "HeapError"
This is possibly code intended for Turbo Pascal. The HeapError
identifier does not ex
On Sat, 15 Oct 2016, Luiz Gonzaga de Oliveira Neto wrote:
Hello all,
As mentioned in a previous e-mail, I'm having my first contact with Pascal
during my Masters research, trying to compile a code provided by a
professor.
The first mistakes I had regarded the *memavail *and *maxavail* functi
Hello all,
As mentioned in a previous e-mail, I'm having my first contact with Pascal
during my Masters research, trying to compile a code provided by a
professor.
The first mistakes I had regarded the *memavail *and *maxavail* functions,
which I've read are not supported anymore. I believe I hav