jaberwacky Posted January 10, 2009 Posted January 10, 2009 (edited) Hi If I do this: $temp = Ptr( 0X008 ) Does that mean that $temp now points to memory address 0x00000008 ? If so then how do I print the actual value of $temp and not just the address to which $temp points? Do I make sense? I guess I would ask how do I dereference the pointer? Edited January 10, 2009 by jaberwocky6669 Helpful Posts and Websites: AutoIt Wiki | Can't find what you're looking for on the Forum? My scripts: Guiscape | Baroque AU3 Code Formatter | MouseHoverCalltips | SciTe Customization GUI | ActiveWindowTrack Toy | Monitor Configuration UDF
PsaltyDS Posted January 10, 2009 Posted January 10, 2009 Hi If I do this: $temp = Ptr( 0X008 ) Does that mean that $temp now points to memory address 0x00000008 ? If so then how do I print the actual value of $temp and not just the address to which $temp points? Do I make sense? I guess I would ask how do I dereference the pointer? Direct memory addressing is not that simple. There are multiple layers of relative addressing involved. I have no experience with it but others have discussed the NomadMemory.au3 UDF for that purpose. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
jaberwacky Posted January 10, 2009 Author Posted January 10, 2009 Direct memory addressing is not that simple. There are multiple layers of relative addressing involved. I have no experience with it but others have discussed the NomadMemory.au3 UDF for that purpose. NomadMemory.au3... I'll check it out. Thanks for your reply! I was beginning to wonder if I even existed! Helpful Posts and Websites: AutoIt Wiki | Can't find what you're looking for on the Forum? My scripts: Guiscape | Baroque AU3 Code Formatter | MouseHoverCalltips | SciTe Customization GUI | ActiveWindowTrack Toy | Monitor Configuration UDF
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now