Re: [fpc-pascal] Error: Identifier not found "Heap Error"

2016-10-18 Thread Luiz Gonzaga de Oliveira Neto
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 > >

Re: [fpc-pascal] Error: Identifier not found "Heap Error"

2016-10-17 Thread Jonas Maebe
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

Re: [fpc-pascal] Error: Identifier not found "Heap Error"

2016-10-17 Thread Michael Van Canneyt
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

Re: [fpc-pascal] Error: Identifier not found "Heap Error"

2016-10-17 Thread Luiz Gonzaga de Oliveira Neto
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

Re: [fpc-pascal] Error: Identifier not found "Heap Error"

2016-10-16 Thread Bart
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 -

Re: [fpc-pascal] Error: Identifier not found "Heap Error"

2016-10-16 Thread Mark Morgan Lloyd
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

Re: [fpc-pascal] Error: Identifier not found "Heap Error"

2016-10-15 Thread Michael Van Canneyt
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*

[fpc-pascal] Error: Identifier not found "Heap Error"

2016-10-15 Thread Luiz Gonzaga de Oliveira Neto
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