Michalis -
On Sat, 30 Apr 2005 19:07 you wrote:
> Are you sure that you updated from cvs with `-d' flag ?
That's it! Thanks, I've fixed my upgrade script so it won't happen again.
Regards,
Bob
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.
Subject:Re: [fpc-pascal] FPC and Memory
To: FPC-Pascal users discussions
Date sent: Sun, 1 May 2005 12:27:30 +0200 (CEST)
From: [EMAIL PROTECTED] (Marco van de Voort)
Send reply to: FPC-Pascal users discussions
[ Charset ISO-8859-1 unsupported, converting... ]
> Yes, this is interisting but I'd like for example to create a memory image
> of some part of ram to see exactly what is there. In old dos days it was
> possible to do like for i:=0 to 65535 do for j:=0 to 15 do
> write(f,mem[i,j]); or similarly. B