junwu

Results 28 comments of junwu

thanks for your reply, i felt frustrated because i wan't to manipulate rust variable from Dyon. like v8 ``` v8::Local hkey = v8::ObjectTemplate::New(isolate); hkey->SetLazyDataProperty(V8_NEW_STRING(isolate, HKEY_CLASSES_ROOT), [](v8::Local /*property*/, const v8::PropertyCallbackInfo &...

> Hi @shelllet, do you have a repro/stack of the above code? it's easy!, https://github.com/shelllet/WinRT_IInspectable

I have developed a simple `rpa` tool by c++/winui3, but I would like to say that the current progress and featurs of winui3 cannot develop commercial applications, ![image](https://user-images.githubusercontent.com/16729017/156960353-503bdd74-967c-4dd4-9408-d8f2285ba7f5.png)

So what Api should I call to set the defualt language?

Your style of dealing with the problem was so great ! I agree with Jonwis. Add to the changelog: The header file `microsoft.ui.dispatching.co_await.h` needs to be included, I think adding...

but there is no 1.1.1 version of WindowsAppRuntime for download. i remember that i download latest version of WindowsAppRuntime in this link https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads ![image](https://user-images.githubusercontent.com/16729017/176569931-39554768-06db-464f-93d5-6875dd1d1dc2.png)

> @shelllet Scroll a bit further down - > > ![image](https://user-images.githubusercontent.com/5589453/176581720-e7363b89-c92a-4e07-90df-57c5184537b5.png) this does't work either, it seems like to load Microsoft.WinAppRuntime.DDLM.1000.468.658.0-x6-p2_1000.468.658.0_x64__8wekyb3d8bbwe , but this is not applicable. ![image](https://user-images.githubusercontent.com/16729017/176587116-07ef172c-b3f7-4ae7-9e46-01a40f6aae0e.png) ![image](https://user-images.githubusercontent.com/16729017/176587131-943477ca-3c22-4d07-bb6f-61751f62c064.png)

![image](https://user-images.githubusercontent.com/16729017/176588643-5b02c26e-215e-4e4b-87bd-b37d3235155c.png)

> powershell -c "$(get-appxpackage micro_win_apprun*).packagefullname" > > ![image](https://user-images.githubusercontent.com/16729017/176587116-07ef172c-b3f7-4ae7-9e46-01a40f6aae0e.png) > > That's odd how the x64 package installed but it thinks the x86 is already present and fails. > > Please...