R
ra
Hi ng,
I have a pointer p:
typep *p;
I try to cast this pointer with a DWORD
DWORD d = (DWORD) p;
My compiler (V.S. dot Net 2005) return a warning....
I need a DWORD or INT or FLOAT .....
How are the best way to cast a pointer?
Thansk!
I have a pointer p:
typep *p;
I try to cast this pointer with a DWORD
DWORD d = (DWORD) p;
My compiler (V.S. dot Net 2005) return a warning....
I need a DWORD or INT or FLOAT .....
How are the best way to cast a pointer?
Thansk!