Vict0r-Chen
Vict0r-Chen
> webpack.renderer.config.js > `let whiteListedModules = ['vue','axios','vue-electron', 'vue-router', 'vuex', 'vuex-electron','element-ui']` > like this...... It's works for me, thanks!
是需要使用VS2022 cmake编译lib?方便可以给下相关的链接吗😣😣
这个感觉是最重要的一环呀,我是.NET开发者,不懂C++的话,没有教程根本没法使用,只能玩一玩😣😣
> 请问如何生成DLL呢?生成DLL后应该是很好调用的,百度步骤改了main函数,改了args.cpp的配置信息等还是调用不了 @zzwwr 最后我没有找到生成DLL的方法,通过部署hubservice,调用API来实现预测,这就与语言无关了,唯一的问题是速度不够理想
@raoyutian 请教大佬,PaddleOCR.dll不是按照[这个教程](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/deploy/cpp_infer/readme_ch.md#22)然后更改cmake配置来编译生成的吗?不是本应该就可以在linux上跑了吗?
Hi @chetanpandey1266 About the snippet: ``` cshart var webView2Environment = await CoreWebView2Environment.CreateWithOptionsAsync(string.Empty, string.Empty, new CoreWebView2EnvironmentOptions() { AreBrowserExtensionsEnabled = true, }); await webView.EnsureCoreWebView2Async(); await webView.CoreWebView2.Profile.AddBrowserExtensionAsync(@"%localappdata%\Microsoft\Edge\User Data\Default\Extensions\olofadcdnkkjdfgjcmjaadnlehnnihnl\6.6.3_0"); ``` The expectation is that...
@qayyumabro Nope, I tried to use Vue DevTools before, but now I am using the standalone Vue DevTools app instead😂