Forum Discussion
Anonymous
6 years agoNot applicable
[bug] Initialization & deinitialization of SDK two or more times leads to crash on app shutdown
Repro steps: go to OculusRoomTiny (GL) sample and locate main.cpp modify WinMain (just add the loop): int WINAPI WinMain(HINSTANCE hinst, HINSTANCE, LPSTR, int) { int c = 0; do ...
Anonymous
6 years agoNot applicable
int WINAPI WinMain(HINSTANCE hinst, HINSTANCE, LPSTR, int){int c = 0;do{/* original code here, except return(0)*/} while (++c != 2);
return(0);
}the code snippet was cut off so I uploaded shorter version
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
- 9 months ago