in school we use a BPTP 7, but at home i use FPC. And now i have a problem
with videoram.
here is a problem source part:
program iksko;
uses crt, dos;
const t=3;
type hodi_se=record
xx,xy:integer;
end;
taky_se_hodi=array[1..t] of hodi_se;
var had:taky_se_hodi;
sy,sx,u:integer;
M: array[1..25,1..
2cz wrote:
in school we use a BPTP 7, but at home i use FPC. And now i have a problem
with videoram.
here is a problem source part:
program iksko;
uses crt, dos;
const t=3;
type hodi_se=record
xx,xy:integer;
end;
taky_se_hodi=array[1..t] of hodi_se;
var had:taky_se_hodi;
sy,sx,u:integer;
M: arra
1.00.10 for linux.
Oh, thanks. And don't you know how to do the same thing (direct access to
video ram) under linux ?
On Thursday 06 of November 2003 00:57, Florian Klaempfl wrote:
> 2cz wrote:
> > in school we use a BPTP 7, but at home i use FPC. And now i have a
> > problem with videoram.
> > h