Advertisement

Tut 23 CompilationError Dx8

Started by December 24, 2000 10:14 AM
2 comments, last by RealityMonster 23 years, 11 months ago
Hi I''m getting a error C2065: ''DirectInputCreateEx'' : undeclared identifier in line 543 of Tut23. My compiler VC6.0 is set to Dx8 and Dx8 apps compile and run fine. Arent old interfaces maintained?. Any ideas? Justin? Thanks
Desperate! Pleeeez
Advertisement
Just add '#define DIRECTINPUT_VERSION 0x0700' before '#include dinput.h ' and it should compile fine.

Take care,

Nyko


Edited by - Nyko on December 24, 2000 1:10:46 PM
thanx Nyko
IT WORKS!

This topic is closed to new replies.

Advertisement