Re: [beagleboard] Re: Beagleboard X15 Microsoft Visual Studio GUI example project

2020-07-17 Thread Tarmo
On Thursday, 16 July 2020 20:10:48 UTC+3, jonnymo wrote: > > Actually, Visual Studio is a good platform for cross compiling especially > with the newer versions of VS. There is a built in Linux feature that lets > you create Linux based projects and then you can just reference your ARM > based

Re: [beagleboard] Re: Beagleboard X15 Microsoft Visual Studio GUI example project

2020-07-16 Thread jonnymo
Actually, Visual Studio is a good platform for cross compiling especially with the newer versions of VS. There is a built in Linux feature that lets you create Linux based projects and then you can just reference your ARM based toolchain in the VS config. I use this with the RasPi but it should

[beagleboard] Re: Beagleboard X15 Microsoft Visual Studio GUI example project

2020-07-16 Thread Tarmo
Hi Kevin, On Thursday, 16 July 2020 04:31:40 UTC+3, Kevin Hudson wrote: > > I am working on a project that uses the Beagleboard X15 as the hardware > platform. My task is to write a GUI that runs on the X15 using Microsoft > Visual Studio 2017. Do you know of any example project code that is