home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!stepsun.uni-kl.de!sun.rhrk.uni-kl.de!pille!baum
- From: baum@kirk.es.go.dlr.de (Peter Baumann)
- Subject: HELP!!! Problem with acessing system memory
- Message-ID: <1992Nov8.224019.28221@rhrk.uni-kl.de>
- Sender: baum@pille (Peter Baumann)
- Organization: University of Kaiserslautern, Germany
- Date: Sun, 8 Nov 1992 22:40:19 GMT
- Lines: 19
-
- Hi!
-
- I have a problem. I want to access the memory of a frame grabber installed
- to my system (BC++, Windows 3.1). I found a note in a programmers guide that
- something like this should be possible:
-
- unsigned char far * fp;
- fp = MAKELONG(0,&_E000H);
-
- Then I have a pointer to memory location D0000 where the frame grabber is.
- __E000H is supposed to be a constant defined for windows. I CANT FIND IT!!!
- Does anybody out there have a def for this constant or can I access the
- memory in a different manner?
-
- --
- DDD L RRR | Peter Baumann
- D D L R R | Abt. SM-ES, DLR, Bunsenstr. 10, W-3400 Goettingen, FRG
- D D L RRR | Tel. (0551) 709-2190 FAX: (0551) 709-2101
- DDD LLLL R R | internet: baum@kirk.es.go.dlr.de
-