Martin Gregorie <martin@xxxxxxxxxxxx> wrote: > >IOW, both the ARM version of Wine and the ARM app will need to be run >under an ARM emulator on a Linux box. > I think you meant to say "Both the ARM versions of Wine and the application will need to be run under an ARM emulator on an x86 processor based system" This is reversely true of attempting to run an x86 application on ARM Wine on an ARM system would require an x86 emulator to interpet the x86 code to ARM code. It is best to build ARM Wine and recompile the x86 application into an ARM Winelib application as vitamin pointed out. James McKenzie