Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

unable to build with visual studio 8 (2005) from scratch #54

Open
ruilya opened this issue Mar 28, 2018 · 2 comments
Open

unable to build with visual studio 8 (2005) from scratch #54

ruilya opened this issue Mar 28, 2018 · 2 comments

Comments

@ruilya
Copy link

ruilya commented Mar 28, 2018

many complains about missing XInput.h. I Believe CMakeLists should be fixed to search for DirectX SDK

1>d:\projects-rusyanov\gainput\lib\source\gainput\pad\GainputInputDevicePadWin.h(8) : fatal error C1083: Cannot open include file: 'XInput.h': No such file or directory 1>GainputInputDeviceMouse.cpp 2>d:\projects-rusyanov\gainput\lib\source\gainput\pad\GainputInputDevicePadWin.h(8) : fatal error C1083: Cannot open include file: 'XInput.h': No such file or directory 2>GainputInputDeviceMouse.cpp 1>d:\projects-rusyanov\gainput\lib\source\gainput\mouse\GainputInputDeviceMouseWin.h(78) : error C2065: 'WM_XBUTTONDOWN' : undeclared identifier 1>d:\projects-rusyanov\gainput\lib\source\gainput\mouse\GainputInputDeviceMouseWin.h(78) : error C2051: case expression not constant

@jkuhlmann
Copy link
Owner

Hi,

unfortunately, Visual Studio 2005 is simply too old to be supported out of the box. Have you considered updating?

Cheers,

Johannes

@ruilya
Copy link
Author

ruilya commented Apr 2, 2018

I'd rather to, but currently we are locked with it :-(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants