Using GPIO in WIndows 10 Winform Application
The UpBridge.dll is UWP assembly and as such can be imported only into a UWP project. For reasons beyond the scope of this discussion, I need to develop my application as Winform or WPF-style project. So, the following questions:
1) Has anyone been able to use the UpBridge.dll in Winform/WPF project? If so how?
2) The answer to the above question is "No", then is it possible to get the source code for UpBridge.dll so that I can implement is a local class inside my Winform project?
Thanks,
Mo
Comments
-
@MoA
We've made a simple sample to show you UpBridge universal windows library how to add into desktop app, you can also refer Microsoft's samples from github https://github.com/microsoft/RegFree_WinRT.Notice: this feature only supported in windows build 18309+