Quote:
Originally Posted by NRGZ
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.
|
Well.. this is both correct and not correct.
Since the application was written for a different operating system
and a different processor architecture, it won't run on your Windows Mobile device. However, it
is possible to use an emulator to emulate the functions of an x86 processor and even parts of the Win32 API that Windows 95 used. If this wasn't possible, then you wouldn't have
any NES, SNES, N64, etc. games running on your Windows Mobile device as those use yet
another processor architecture, different instruction sets, hardware and even APIs.
Now is this practical? Heavens no! As far as I know, no one has developed an emulator that could run Windows applications on a Windows Mobile device. If they did, I would imagine it would take up quite a bit amount of memory just to run the emulator let alone any application.
You may want to check with the manufacturer to see if they had any versions for CE or maybe have a custom application developed for you that can read and write their data.