

|
 |
| Programming > Pascal Misc > Re: FPC 2.1.4: ... |
|
| << Topic |
< Post |
Post 6 of 8 Topic 738 of 811
|
Post > |
Topic >> |
Re: FPC 2.1.4: Impressions, bugs, questions
by Jonas Maebe <Jonas.Maebe@[EMAIL PROTECTED]
>
May 29, 2007 at 02:34 PM
| In article <46584253.2040771@[EMAIL PROTECTED]
>,
Wolfgang.Ehrhardt.PLEASE.REMOVE@[EMAIL PROTECTED]
(Wolfgang Ehrhardt)
wrote:
> (4): The "show hint" is virtually useless, as it spoils the
> message log with pseudo information, e.g.
>
> 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.
Jonas


|
8 Posts in Topic:
|
Wolfgang.Ehrhardt.PLEASE. |
2007-05-26 14:27:18 |
|
Marco van de Voort <ma |
2007-05-26 19:04:34 |
|
Wolfgang.Ehrhardt.PLEASE. |
2007-05-26 19:38:34 |
|
Wolfgang.Ehrhardt.PLEASE. |
2007-05-26 21:34:57 |
|
Marco van de Voort <ma |
2007-05-27 08:50:22 |
|
Jonas Maebe <Jonas.Mae |
2007-05-29 14:34:53 |
|
Wolfgang.Ehrhardt.PLEASE. |
2007-05-29 17:32:15 |
|
Jonas Maebe <Jonas.Mae |
2007-05-29 20:34:46 |
|
Post A Reply:

|
|
|
|