home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!lax.pe-nelson.com!lax!twbrown
- From: twbrown@PE-Nelson.COM (Tom W. Brown)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Re: HELP!!! Problem with acessing system memory
- Message-ID: <692@lax.lax.pe-nelson.com>
- Date: 10 Nov 92 23:56:03 GMT
- References: <1992Nov8.224019.28221@rhrk.uni-kl.de> <689@lax.lax.pe-nelson.com>
- Sender: news@lax.pe-nelson.com
- Organization: PE-Nelson
- Lines: 20
-
- In article <689@lax.lax.pe-nelson.com>, twbrown@PE-Nelson.COM (Tom W. Brown) writes:
- |> The selector __E000H is an exported symbol from KERNEL, you have to provide
- |> a declaration for it:
- |>
- |> extern WORD __E000H;
- |> .
- |> .
- |> .
-
- Oops, that should be:
-
- extern WORD PASCAL __E000H;
-
-
-
- ----------------------------------------------------------------------------
- Tom Brown | "'ow d'you know 'e's a king?
- PE Nelson Systems | 'cause 'e 'asn't got shit all over 'im!"
- twbrown@pe-nelson.com | Monty Python and the Holy Grail
- ----------------------------------------------------------------------------
-