Even if your device were ARM, I doubt that RedGear would have solved your problems anyway. It wasn't written to address .NET CF compatibility issues.
The error messages themselves may give clues. What kinds of error messages were you getting? Also note that some .NET CF programs require
(and sometimes include
) processor-specific DLLs that aren't part of the .NET CF runtime library itself and also aren't preinstalled on the device
(eg, zlibce.dll, fmodce.dll, imgdecmp.dll, etc
). If those DLLs are included in the installation package, they're ARM versions and therefore you'd have to find x86 versions of them.
