Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!apple!apple.com!athos From: athos@apple.com (Rick Eames) Newsgroups: comp.sys.mac.programmer Subject: Lightspeed Pascal Woes Message-ID: <5500@internal.Apple.COM> Date: 30 Nov 89 00:30:49 GMT Sender: usenet@Apple.COM Lines: 24 References: <1578@intercon.com> <36863@apple.Apple.COM> Okay, it's like this: If I declare this: VAR myPB: HParamBlockRec; ... myPB.ioDenyModes:=2+16+32; ... Lightspeed then tells me that, no, Pal, ioDenyModes is not a record of HParamBlockRec. Which of course is not true. If I try the sensible solution: myPB.accessParam.ioDenyModes... I still get the same doo-doo. What is going on here? Rick Eames Not Apple's opinions.....blah.....blah.......blah