DirectInput::CreateDevice access violation

Started by
0 comments, last by bakery2k1 17 years, 7 months ago
When my program runs through this line of code:

IDirectInputDevice8 *m_pDIDevice;

if(FAILED(m_Input->GetDirectInputCOM()->CreateDevice(GUID_SysKeyboard, &m_pDIDevice, NULL)))
     return FALSE;
I get an access violation.
Unhandled exception at 0x00419a4e in Program.exe: 0xC0000005: Access violation reading location 0x00000000.
Advertisement
What's the value of m_Input there? What does GetDirectInputCOM return?

This topic is closed to new replies.

Advertisement