C caldera Aug 25, 2004 #1 I want to get the memory address of the object. How can I do this in safe code? Thanks for your help.
I want to get the memory address of the object. How can I do this in safe code? Thanks for your help.
G Guest Aug 25, 2004 #2 I believe you can't, as this breaks the very definition of 'safe' code. Safe code is that which has its memory allocation and storage requirements managed entirely by the framework.
I believe you can't, as this breaks the very definition of 'safe' code. Safe code is that which has its memory allocation and storage requirements managed entirely by the framework.