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

  1. Path: sparky!uunet!lax.pe-nelson.com!lax!twbrown
  2. From: twbrown@PE-Nelson.COM (Tom W. Brown)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: HELP!!! Problem with acessing system memory
  5. Message-ID: <692@lax.lax.pe-nelson.com>
  6. Date: 10 Nov 92 23:56:03 GMT
  7. References: <1992Nov8.224019.28221@rhrk.uni-kl.de> <689@lax.lax.pe-nelson.com>
  8. Sender: news@lax.pe-nelson.com
  9. Organization: PE-Nelson
  10. Lines: 20
  11.  
  12. In article <689@lax.lax.pe-nelson.com>, twbrown@PE-Nelson.COM (Tom W. Brown) writes:
  13. |> The selector __E000H is an exported symbol from KERNEL, you have to provide
  14. |> a declaration for it:
  15. |> 
  16. |>    extern WORD __E000H;
  17. |>    .
  18. |>    .
  19. |>    .
  20.  
  21. Oops, that should be:
  22.  
  23.    extern WORD PASCAL __E000H;
  24.  
  25.  
  26.  
  27. ----------------------------------------------------------------------------
  28. Tom Brown               |  "'ow d'you know 'e's a king?
  29. PE Nelson Systems       |            'cause 'e 'asn't got shit all over 'im!"
  30. twbrown@pe-nelson.com   |                    Monty Python and the Holy Grail
  31. ----------------------------------------------------------------------------
  32.