Re: Developing iPhone apps
- Posted by jimcbrown (admin) Mar 06, 2009
- 1025 views
Matt007 said...
OK, but if the code is created with EU on an X86 and then coverted to C, wouldn't the resulting executible be indepent of processor?
No. The C code for the eu runtime library violates ANSI C in a manner such that it would only compile on an X86. And you need the runtime library or else the converted C code will not run.
It's possible to fix this by "porting" the runtime library and the translator to a different processor. I'm not sure how hard (or easy) it would be, but if you succeeded in doing this then... the rest should be easy by comparision.