Hi!
I have a troubles with using functions StrPtr and VarPtr.
I get memory address, but can't access to it data.
Please Help!
Printable View
Hi!
I have a troubles with using functions StrPtr and VarPtr.
I get memory address, but can't access to it data.
Please Help!
Ar eyou trying to alter the contents of the variables, or read them or both?
Perhaps if you put some example code of what you are trying to do?
Regards
Somewhere in memory I have a text "100". I try use VarPtr and StrPtr this functions returns an address. How I can see what contain this address?
Thanks.