Using GPIO in WIndows 10 Winform Application

Options
MoA
MoA New Member Posts: 13

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