[fpc-pascal] Pointer address into string
Damien Gerard
milipili at shikami.org
Sun May 4 18:21:56 CEST 2008
Hi !
I would like to display in a lazarus application the address of a
pointer.
For this, I use :
var s: string;
p:pointer;
[...]
s := IntToStr(PtrInt(p))
However, I've got a warning (hint) from the compiler :
Conversion between ordinals and pointers is not portable
What is the way to do this ?
--
Damien Gerard
milipili at shikami.org
"Intelligence is 10 million rules."
-- Douglas Lenat
More information about the fpc-pascal
mailing list