Forum Discussion
2EyeGuy
11 years agoAdventurer
SDK include issues
* The include files are in the Src folder rather than in the Include folder. * All the include files require you to include "Kernel/OVR_Types.h" first, or they don't work. That is just silly, if they...
Anonymous
11 years agoOne other thing I found a bit irritating is that
@jherico does your version of the SDK avoid windows.h? Are you committed to maintaining compatibility with the official SDK for the next, say, two years? I'm interested in the prospect of accessing your repository in automated builds. I'm unaware of any other anonymously downloadable version of the SDK; so that's yet another attractive feature of your offering.
#include "OVR.h"seems to indirectly include
<windows.h>on Windows, which means that it must be treated as an extremely delicate artifact, with surgical precision, and carefully limited scope, to avoid polluting other code with the many horrible side effects of windows.h.
@jherico does your version of the SDK avoid windows.h? Are you committed to maintaining compatibility with the official SDK for the next, say, two years? I'm interested in the prospect of accessing your repository in automated builds. I'm unaware of any other anonymously downloadable version of the SDK; so that's yet another attractive feature of your offering.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago