[fpc-pascal] Exe size

Paul paul.blommaerts at telenet.be
Fri Sep 5 08:51:53 CEST 2008


Hi Tomas,

> If you use a (cross-)compiler for ARM target processor, the generated 
> binary will be indeed an ARM binary, of course (ready to run on an 
> ARM under the selected target OS - WinCE in your case). If targetting 
> WinCE OS, you can only use WinCE RTL and/or other units prepared for 
> that target, so if the particular API isn't supported for WinCE (as 
> opposed to other WinXX platforms), it simply won't compile.
> 

This is bad news for me, I need control over the computer.
The Windows version of the program uses a lot of api calls.
Seems my only option is use Visual Studio :-(

Paul



More information about the fpc-pascal mailing list