CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    8

    Accessing physical memory

    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


  2. #2
    Guest

    Re: Accessing physical memory

    Perhaps you can do it with mapping memory functions. Look at CreateFileMapping and other functions like this



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured