Re: [Lazarus] Lazarus and Windows 10 IoT

2017-03-29 Thread Giuliano Colla via Lazarus

Il 22/03/2017 14:19, LacaK via Lazarus ha scritto:
If not, is there possibility to create same application for Raspberi 
Pi - ARM - Linux ?
(Target OS=Linux, Target CPU=Arm ? ... can I crosscompile from 
Linux/i386 to Linux/Arm ?)


Well, I can't swear about Linux/i386, but I'm doing it without any 
trouble under Linux/x86_64, once the proper binutils and other required 
stuff, such as ARM appropriate libraries are installed. It shouldn't 
make a difference. On a Raspberry Pi - Arm Linux you can also install 
Lazarus (I used fcplazup) and compile directly on the target.



--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Lazarus and Windows 10 IoT

2017-03-22 Thread Martin Schreiber via Lazarus
On Wednesday 22 March 2017 14:19:43 LacaK via Lazarus wrote:
>
> If not, is there possibility to create same application for Raspberi Pi
> - ARM - Linux ?
> (Target OS=Linux, Target CPU=Arm ? ... can I crosscompile from
> Linux/i386 to Linux/Arm ?)
>
Yes:
https://www.mail-archive.com/mseide-msegui-talk@lists.sourceforge.net/msg08750.html

Martin
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Lazarus and Windows 10 IoT

2017-03-22 Thread Marc Weustink via Lazarus

LacaK via Lazarus wrote:

Hi,

I am sure taht this question was already asked, but I can not find clear
answer.

Is there possibility to create Lazarus application with GUI which will
run on Raspberi Pi - ARM - Windows 10 IoT ?
(Target OS=Win32, Target CPU=Arm ?)


From what I've read, I fear not. I haven't tested it yet, but from what 
I understand, windows IOT uses a subset of the windows api, implemented 
by a different set of dlls. Besides that I wonder if fpc can generate 
win32-arm startup code.


Marc

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus