walkerton_R
Posts: 2
Joined: Fri Feb 02, 2018 6:23 pm

Deploying a Windows Form Application developed on windows PC onto a Raspberry PI 3

Fri Feb 02, 2018 6:30 pm

Hello,

I created a Windows Form Application that uses EmguCV for to do some image processing. I developed this Program in Visual Studios 2017 on my PC which runs Windows 10. I want to deploy my application onto my raspberry pi 3. I'm not sure if the best way to do this is through Windows 10 IOT or by compiling my code with mono or is there an additional to get my application from my PC and run it on PI that I don't know about? Also apologies if there's a better discussion board for this. This is my first time posting.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Deploying a Windows Form Application developed on windows PC onto a Raspberry PI 3

Sat Feb 03, 2018 9:26 am

Win10IoTCore does not support Windows Forms. You need to recompile EmguCV for the Pi,
since it probably contains/relies on lots of native code, but then it should work with Raspbian/Mono.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

KeeganD
Posts: 5
Joined: Sun Apr 17, 2016 5:53 am

Re: Deploying a Windows Form Application developed on windows PC onto a Raspberry PI 3

Sun Feb 18, 2018 11:54 pm

Win10 IOT only supports UWP apps, not forms

Return to “Windows 10 for IoT”