home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / misc / 3309 < prev    next >
Encoding:
Text File  |  1992-11-09  |  774 b   |  21 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!think.com!rpi!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!doug.cae.wisc.edu!ahrikenc
  3. From: ahrikenc@hpserv1.cae.wisc.EDU (Cherif Ahrikencheikh)
  4. Subject: HELP! reading memory mapped data
  5. Organization: College of Engineering, Univ. of Wisconsin-Madison
  6. Distribution: usa
  7. Date: 8 Nov 92 20:01:35 CST
  8. Message-ID: <1992Nov8.200136.25509@doug.cae.wisc.edu>
  9. Originator: ahrikenc@hpserv1.cae.wisc.edu
  10. Sender: ahrikenc@hpserv1 (Cherif Ahrikencheikh)
  11. Lines: 8
  12.  
  13.  
  14. In DOS, I simply had to set a pointer to the desired memory segment
  15. (e.g. EOOO0H, 100000H, ...).  Then, the data is read in byte by byte
  16. by incrmenting the pointer ptr and displaying *ptr;
  17.  
  18. This same code doesn't work in MS-Windows.  Please Help.
  19.  
  20.  
  21.