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