turbo pascal question
- From: "Oliver Bleckmann" <Oliver-Bleckmann@xxxxxxxxxx>
- Date: Tue, 20 Dec 2005 19:15:40 +0100
Hi,
my brother asked me about this, now I ask you.
This should work for FreePascal, but not for Borland Pascal 6.0 or 7.0 -
WHY?
Any suggestions or workarounds?
Error in TP 7: Invalif function result type (see <--)
type
feld = (leer, NF, TF, SK, TP, A); {FELDART}
aufbau = record {EIGENSCHAFTEN DER SPIELFELDER}
art : feld; {FELDART}
entdeckt : boolean; {TRUE WENN VOM USER FELD BETRITT}
end;
laby = array [1..lab_xSize, 1..lab_ySize] of aufbau;
{LABYRINTHAUFBAU}
function createlab(var aus_x, aus_y : integer) : laby; <--
.......
.
- Follow-Ups:
- Re: turbo pascal question
- From: Hanford Carr
- Re: turbo pascal question
- From: Jamie
- Re: turbo pascal question
- From: Maarten Wiltink
- Re: turbo pascal question
- From: Bruce Roberts
- Re: turbo pascal question
- Prev by Date: Re: fast drawing in delphi
- Next by Date: Re: How I dramatically sped up DB file updating
- Previous by thread: I need code to de-chunk and GUnzip HTTP data
- Next by thread: Re: turbo pascal question
- Index(es):