PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Linux apps run on Raspberry Pi?
Linux apps run on Raspberry Pi?
Débuté par Gus, 27 nov. 2015 19:17 - 2 réponses
Posté le 27 novembre 2015 - 19:17
Hello All:

Does anyone know if a Linux app (generated with WinDev) would work on a Raspberry Pi board? This boards run Raspbian (Delbian Linux disti) but it's based on ARM rather than Intel processor.

Thanks in advance
Gus
Posté le 27 novembre 2015 - 22:58
Hi Gus,

I posted the same question a couple of month ago, and someone, I think Fabrice told the answer:
No, as a WD Linux App is compiled for Intel, not for ARM.

But I wonder, wheather a WM Android App would work on a Pi in priciple, as Android phones also use ARM processors.

I also read an article, that someone installed Android as operating system on the Pi ....

But I think a stable method to program the pi are the common languages, Java, Python etc.
Have a look at Lazarus, which is a free Pascal based language very close to Delphi syntax ...
I was playing around with it, and found it very logical and much more clear and easy than Java.

Best Regards

Stefan.
Posté le 28 novembre 2015 - 16:39
Hi Gus ,

if you install android , you can use windev mobile for development tools. but i not sure how the stability and performance

else

install Windows 10 IoT Core. use VS 2015 for development tools
http://ms-iot.github.io/content/en-US/Downloads.htm


else

install node.js
http://weworkweplay.com/play/raspberry-pi-nodejs/
.