home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / alt / msdos / programm / 2257 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.2 KB

  1. Path: sparky!uunet!sun-barr!west.West.Sun.COM!cronkite.Central.Sun.COM!texsun!exucom.exu.ericsson.se!news
  2. From: exuptr@exu.ericsson.se (Patrick I Taylor)
  3. Newsgroups: alt.msdos.programmer
  4. Subject: Re: follow-up: VGA buffer address
  5. Message-ID: <exuptr.380.714751057@exu.ericsson.se>
  6. Date: 25 Aug 92 13:57:37 GMT
  7. References: <92237.173922KSADEGH@auvm.american.edu>
  8. Sender: news@exu.ericsson.se
  9. Organization: Ericsson Network Systems, Inc.
  10. Lines: 26
  11. Nntp-Posting-Host: exupc236.exu.ericsson.se
  12.  
  13. In article <92237.173922KSADEGH@auvm.american.edu> KSADEGH@auvm.american.edu (Kayvon Z. Sadeghi) writes:
  14. >From: KSADEGH@auvm.american.edu (Kayvon Z. Sadeghi)
  15. >Subject: follow-up: VGA buffer address
  16. >Date: 24 Aug 92 21:39:21 GMT
  17.  
  18.  
  19.  
  20. >And for all of those who send me email: Lets say I have such a code in
  21. >my program.
  22.  
  23.  
  24. >struct character{
  25. >    char ch;
  26. >    unsigned char att;
  27. >} *p;
  28.    ^^
  29. try 
  30.   far * p;
  31.  
  32.  ----------------------------------------------------------------------------
  33.     "This must be Thursday.  I never could get the hang of Thursdays"
  34.                                                        - D Adams
  35.   - Patrick Taylor
  36.     Ericsson Network Systems
  37.     exuptr@exu.ericsson.se                       "Don't let the .se fool you"
  38.     alternately, exuptr@ZGNews.Lonestar.Org
  39.