home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / misc / 3305 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. 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
  3. From: baum@kirk.es.go.dlr.de (Peter Baumann)
  4. Subject: HELP!!! Problem with acessing system memory
  5. Message-ID: <1992Nov8.224019.28221@rhrk.uni-kl.de>
  6. Sender: baum@pille (Peter Baumann)
  7. Organization: University of Kaiserslautern, Germany
  8. Date: Sun, 8 Nov 1992 22:40:19 GMT
  9. Lines: 19
  10.  
  11. Hi!
  12.  
  13. I have a problem. I want to access the memory of a frame grabber installed
  14. to my system (BC++, Windows 3.1). I found a note in a programmers guide that
  15. something like this should be possible:
  16.  
  17. unsigned char far * fp;
  18. fp = MAKELONG(0,&_E000H);
  19.  
  20. Then I have a pointer to memory location D0000 where the frame grabber is. 
  21. __E000H is supposed to be a constant defined for windows. I CANT FIND IT!!!
  22. Does anybody out there have a def for this constant or can I access the
  23. memory in a different manner?
  24.  
  25. -- 
  26. DDD   L    RRR   |  Peter Baumann
  27. D  D  L    R  R  |  Abt. SM-ES, DLR, Bunsenstr. 10, W-3400 Goettingen, FRG
  28. D  D  L    RRR   |  Tel. (0551) 709-2190 FAX: (0551) 709-2101
  29. DDD   LLLL R  R  |  internet: baum@kirk.es.go.dlr.de
  30.