Vict0r-Chen
Vict0r-Chen
I got this prompt when trying to compile [Xbox-GDK-Samples/Samples/System/Gamepad](https://github.com/microsoft/Xbox-GDK-Samples/tree/main/Samples/System/Gamepad) but I already have [GDK](https://github.com/microsoft/GDK/releases/tag/June_2021_Update_9) installed, I'm using visual studio 2019 and the debug platform is Gaming.Xbox.Xbox (x64), am I missing...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Ubuntu 18.04.4 LTS - 版本号/Version:Paddle: PaddleOCR:2.6 问题相关组件/Related components: - 运行指令/Command Code:N/A - 完整报错/Complete Error Message:N/A 现在已经按照[服务器端C++预测](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/deploy/cpp_infer/readme_ch.md)生成了`ppocr`文件,使用命令也可以正确识别图片,但如何在C++项目中引用?有相关文档吗?没有C++头文件及dll类库,应该不会是直接通过控制台来实现调用吧?
### What happened? I am trying to use the AddBrowserExtensionAsync method in a UWP application with WebView2, but I am encountering issues. According to the [Microsoft documentation](https://learn.microsoft.com/en-us/answers/questions/2128224/how-to-use-webview2-addbrowserextensionasync-in-uw), it seems that...