Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I followed the documentation but I don’t succeed to bind my HTC Vive Cosmos Controller with my application. The compilation return an error with the code below :
CHECK_XRCMD(xrSuggestInteractionProfileBindings(m_instance, &suggestedBindings));

In fact, it’s not a compiler error but an error window which is displaying.

That’s why I don’t understand…

Can u help me, please ?

Thanks for answers !

What I have tried:

I’m using the SDK sources from github and more precisely, the hello_xr sample. With breakpoints, I can see with CHECK_XRCMD a XR_ERROR_PATH_UNSUPPORTED. However, I wrote the same path that it is written in the doc : /interaction_profiles/htc/vive_cosmos_controller
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900