Well, I got GPC to run, but I still have the (null) record field error :( As it turns out, I forgot to upload one of the files. I'm uploading the one I forgot, if you need the rest, let me know and I'll e-mail them. This file I'm sending is the one that caused the error, but the Integer(32) declaration (as opposed to just plain Integer) seems to be the root of the problem. Thanks in advance!
See ya! Orlando Llanes
"Meine Damen und Herren, Elvis hat soeben das Gebaeude verlassen!"
"Look out fo' flyeeng feet" O__/ a010111t@bc.seflin.org /|____. O <__. /> / \ ____________|_________ http://ourworld.compuserve.com/homepages/Monkey414
PROGRAM Test256;
USES
EDDef, EDGr256;
CONST
ScrClip : TClipRect = (0, 0, 319, 199);
VAR
ScrDrv : TGraph256;
BEGIN
IF ScrDrv.SetMode( m320x200x256 ) THEN;
ScrDrv.PutImg( ScrClip, 20, 20, ScrClip );
ReadLn;
IF ScrDrv.SetMode( mOSDefault ) THEN;
END.