A FoxPro app was most likely writeen in C for a x86 processor. The processor in your PPC (or any PPC for that matter) is an ARM processor with a totally different instruction set. So, running an app designed for X86 CPU will not run under an ARM CPU, no matter what.
|