Whats the difference between maPeekB and maMapPhysToLinear?
Q: Both maPeekB and maMapPhysToLinear function can be used to access memory. Which one is better? A: For most users, maPeekB is easier to use. When use C or Delphi, advanced users may like to use maMapPhysToLinear with pointers. But you need to use the pointer carefully, because if you access the memory which didn’t be mapped, the system will crash. Back to top. • How many pointers to various physical addresses can be used? Q: Can I use multiple pointers to various physical addresses in my application, when I call maMapPhysToLinear function? A: There is no limit in MemAcccess Library, so the maximum only depends on the available resource of your system. Back to top. • What’s the meaning of error message “Can’t connect to Service Control Manager”? Q: I want to test your MemAccess Library, if it is the right for my application. But on an NT4 machine I become following error message, after run your MemTest program: “Can’t connect to Service Control Manager”. Can you tell me what’s wrong?