I use VS2022 and latest SDK's.
I can build the app in debug mode without error, however when I switch to release I get an error that openxr.lib is not found.
I need the release version, or otherwise I cannot use the app to test on a separate system.
The XR_EXTX_overlay is build, but the problem seems to sit in the OverlaySample.
My goal is to create a simple form as an OpenXR overlay, and wanted to use this example
Hello,
I use VS2022 and latest SDK's. I can build the app in debug mode without error, however when I switch to release I get an error that openxr.lib is not found. I need the release version, or otherwise I cannot use the app to test on a separate system. The XR_EXTX_overlay is build, but the problem seems to sit in the OverlaySample.
My goal is to create a simple form as an OpenXR overlay, and wanted to use this example
Your support is appreciated!