Thema
:
Problem mit C++ Pointern
Einzelnen Beitrag anzeigen
nanix
(Gast)
n/a Beiträge
#
10
Re: Problem mit C++ Pointern
25. Dez 2009, 21:50
i am also having problems with C/C++ pointers
how would this look in delphi?
ULONG_PTR=^DWORD;
nPort:ULONG;
((PUCHAR)(ULONG_PTR)nPort);
Zitat