>I know this just a little off, but FutureBasic II is a 68K program, how can
>it build a FAT App. I mean how can a 68K program make a PPC Native Code.
Quite easily. Generating an application is a matter of spewing out the
correct bytes in the correct order. There is nothing magic about the CPU
used to do the spewing. You could generate PowerPC code on a Commodore 64
if you wanted to.
However, in this case you are correct. FBII is a 68k-only program that
generates 68k-only programs.
-Mars