Forumite Members › General Topics › Tech › Makers & Builders › Programming/Code tips › Visual Studio for Linux (Chrome, Raspberry Pi etc)
- This topic has 7 replies, 2 voices, and was last updated 7 years ago by
Ed P.
-
AuthorPosts
-
February 27, 2019 at 11:51 am #31161
If you are a programmer and strapped for cash, then you may be interested in this cross-platform build for Visual Studio.
It covers a large range of Linux distros (including Chrome) and because of the architectures covered it includes not only x86 machines but also amd64, armhf, arm64 giving both Chrome and Pi coverage.
VS has a bit of a learning curve but is a ‘professional’ RAD.
March 4, 2019 at 5:48 pm #31340On the other hand you could approach it from the other direction, from the comfort of your Windows PC ?
https://docs.microsoft.com/en-us/visualstudio/productinfo/vs2017-compatibility-vs
March 4, 2019 at 7:16 pm #31342Apparently no Pi in that one although I could be wrong.
March 5, 2019 at 11:58 am #31352As long as the Pi is running a supported version of Linux then it should work. The actual compilation is done on the target machine via a network link. If I had a Pi I would test it but the only one I ever had broke last year ?
March 5, 2019 at 12:07 pm #31353It would be the compilation step that would worry me. The Pi is NOT standard Android at chip level even though it uses ARM. It can be done but the link for VS did not specifically cover it.
March 5, 2019 at 12:10 pm #31354Above is the direct link to the Linux getting started blog.
March 5, 2019 at 1:57 pm #31355A spot of post overlap there ?
The only way to see if it would really work then is to give it a go and sadly I cant due to lack of Pi ?
March 5, 2019 at 4:33 pm #31361For that reason alone I would go the way I first posted.
In any case although development on a Pi can be a bit kludgy, using VNC viewer makes it easy enough just to develop on any wireless attached pc and just forget the RAD aspects, If RAD was essential for pretty output (in any case hard to do on a Pi) then I’d drop back to using Lazarus within the Pi and code using VNC attached to a remote desktop.
However, tbh it is easier and more productive to use Python. OK it isn’t as snappy as compiled C but there are a lot of very useful libraries e.g. OpenCV.
-
AuthorPosts
- You must be logged in to reply to this topic.
