View Single Post
  #3  
Old 01-19-2005, 20:10
JuneMouse
 
Posts: n/a
you must have read access to entire area that you trying to read
that means if a byte is straddling on other page than you need Read access
to both the pages

use IsBadReadPtr() and also intersperse your Calls with GetLastError()
or set a seh to trap failures that way you can easily pinpoint the failures to certain areas rathere than looking from scratch
Reply With Quote