|
--------------------Configuration: XFileLoad - Win32 Debug--------------------
Compiling...
BasicXFile.cpp
g:\dx9\include\dinput.h: DIRECTINPUT_VERSION undefined. Defaulting to version 0x0800
GameEngine_App.cpp
g:\dx9\include\dinput.h: DIRECTINPUT_VERSION undefined. Defaulting to version 0x0800
GameEngine_Input.cpp
g:\dx9\include\dinput.h: DIRECTINPUT_VERSION undefined. Defaulting to version 0x0800
GameEngine_Timer.cpp
g:\dx9\include\dinput.h: DIRECTINPUT_VERSION undefined. Defaulting to version 0x0800
main.cpp
g:\dx9\include\dinput.h: DIRECTINPUT_VERSION undefined. Defaulting to version 0x0800
Linking...
dxguid.lib(dxguid.obj) : fatal error LNK1103: debugging information corrupt; recompile module
Error executing link.exe.
XFileLoad.exe - 1 error(s), 0 warning(s)
DIRECTINPUT_VERSION undefined. Defaulting to version 0x0800 这是怎么了,感觉dinput.h已经定义了,
为什么会出错 |
|