13 Dec
2003
13 Dec
'03
4:27 p.m.
Hi Frank I thought the problem with packed records was fixed in 20030830 - but this program: program packer; uses strings; Type foo = packed record sig : array [ 0..3 ] OF char; end; Var f : foo; Begin strcopy (f.sig, 'OK'); End. produces this compiler error: packer.pas: In main program: packer.pas:10: cannot take address of packed record field `sig' Best regards, The Chief -------- Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.bigfoot.com/~african_chief/
8279
Age (days ago)
8280
Last active (days ago)
9 comments
4 participants
participants (4)
-
Adriaan van Os -
Frank Heckenbach -
Prof A Olowofoyeku (The African Chief) -
Waldek Hebisch