Re: POSE error message- reading from low memory

2004-04-24 Thread Rob Larson
Chances are very high that POSE caught a bug in the program that the real machine ignores. It's obviously ok to read that location on a real OS/4 device. But since the data is garbage (at least as far as your program is concerned), I'd question what decision your program is making based on garbag

RE: POSE error message- reading from low memory

2004-04-24 Thread Colin Mitchell
looks like you are reading from an uninitialized variable. check and make sure that you're getting a valid pointer to your field. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of JAMES S HAINES > Sent: Saturday, April 24, 2004 6:46 PM > To: Pa