LunarG / OpenXR-OverlayLayer

Implementation of the OpenXR Overlay extension as a layer
Other
65 stars 17 forks source link

Release gives openxr.lib error #29

Closed TomGitHub9 closed 1 year ago

TomGitHub9 commented 1 year ago

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!

bradgrantham-lunarg commented 1 year ago

@TomGitHub9 Can you try out the change listed in #28?