var m_pDI:IDirectInput;

DirectInputCreate(HInstance, DIRECTINPUT_VERSION, m_pDI, nil);

fails with
DIRECTINPUT_VERSION = $0800;

while it succeeds with
DIRECTINPUT_VERSION = $0500;
(or $0700)


I am using Clooties latest Headers with DX9. What's going wrong...?

Carsten