[fpc-pascal] Development for Symbian OS (S60 5th edition)

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Sun Jun 28 23:10:31 CEST 2009


On Sun, Jun 28, 2009 at 4:41 PM, Jonas Maebe<jonas.maebe at elis.ugent.be> wrote:
> is also true for the iPhone, but it's not a problem at all there, because
> the x86 simulator is basically Mac OS X/i386 with some extra frameworks (I
> didn't have to change anything at all to the i386 compiler for it to
> generate working applications for the iPhone simulator).

I disagree, it may not be a problem from the compiler development
point-of-view, but a simulator is much worse then an emulator which
gives you a much closer reproduction of the working of the real
device.

iPhone runs an arm processor, then you may have a perfectly working
x86 application then bang, alignment failure in the arm processor.
While with the PocketPC emulator this problems are captured right in
the emulation step.

-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list