J
jason122
Unregistered / Unconfirmed
GUEST, unregistred user!
RegOpenKeyEx(HKEY_LOCAL_MACHINE,
PChar(abc'),0,KEY_ALL_ACCESS,p);
其中P为INTEGER指针,编译出现[Error] abcfun.pas(60):
Types of actual and formal var parameters must
be identical
PChar(abc'),0,KEY_ALL_ACCESS,p);
其中P为INTEGER指针,编译出现[Error] abcfun.pas(60):
Types of actual and formal var parameters must
be identical