Re: FPC 2.1.4: Impressions, bugs, questions
- From: Wolfgang.Ehrhardt.PLEASE.REMOVE@xxxxxxxxxxxxxxxxx (Wolfgang Ehrhardt)
- Date: Tue, 29 May 2007 17:32:15 GMT
On Tue, 29 May 2007 14:34:53 +0200, Jonas Maebe
<Jonas.Maebe@xxxxxxxxxxxxxxxxxxxxx> wrote:
var
f: text;
n: integer;
begin
assign(f,'test'); <=
reset(f);
readln(n); <=
writeln(n);
end.
ex.pas(5,3) Hint: Variable "f" does not seem to be initialized
ex.pas(7,3) Hint: Type size mismatch, possible loss of data / range
check error
You seem to be compiling with 2.0.4 here, as the first hint is no longer
printed by 2.1.4. The second one still is, however.
Yes, right you are! (But the second is more annoying as it appears
very often).
And many thanks for solving the "Internal error 200409241" issue.
Wolfgang
--
In order to e-mail me a reply to this message, you will have
to remove PLEASE.REMOVE from the address shown in the header
or get it from http://home.netsurf.de/wolfgang.ehrhardt
(Free AES, CRC, Hash, and HMAC source for Pascal/Delphi)
.
- Follow-Ups:
- Re: FPC 2.1.4: Impressions, bugs, questions
- From: Jonas Maebe
- Re: FPC 2.1.4: Impressions, bugs, questions
- References:
- FPC 2.1.4: Impressions, bugs, questions
- From: Wolfgang Ehrhardt
- Re: FPC 2.1.4: Impressions, bugs, questions
- From: Jonas Maebe
- FPC 2.1.4: Impressions, bugs, questions
- Prev by Date: Re: FPC 2.1.4: Impressions, bugs, questions
- Next by Date: Re: FPC 2.1.4: Impressions, bugs, questions
- Previous by thread: Re: FPC 2.1.4: Impressions, bugs, questions
- Next by thread: Re: FPC 2.1.4: Impressions, bugs, questions
- Index(es):
Relevant Pages
|