Steve in Albury wrote:
> *Are you trying to access memory in bios to get the font, or are you
> trying
> to store variable at a particular memory location?
>
> Steve *
const BiosDate = $FFFF5; /* for example this is delphi works.*/
Brian Muth - 07 Jan 2008 01:42 GMT
Carl's answer applies. You cannot access a physical memory address from a windows program.
Brian
> Steve in Albury wrote:
>> *Are you trying to access memory in bios to get the font, or are you
[quoted text clipped - 10 lines]
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------