Click to See Complete Forum and Search --> : Accessing physical memory


Abdul
August 19th, 1999, 03:50 AM
Hi there,
I have a problem in accessing physical memory location using Vc++. Is it possible to access a physical memory location using VC++? Eg:- If I want to access the memory location 0xd1000 and to write data to it, how can I do it? How can I ensure that the data is written in to that location.

Thanks in advance.
Abdul khadar K A

August 20th, 1999, 03:50 AM
Perhaps you can do it with mapping memory functions. Look at CreateFileMapping and other functions like this