Does anyone have any insight into getting MASM32 to work with Windows CE 5.0? I am unable to get the appropriate libraries from the platform SDK to link.
Is the target CPU x86 or ARM/XScale ?
MASM32 is for x86. The earlier CE target CPU/systems were mostly for ARM with only the emulator as a x86.
In the later versions there is support for an x86 target system, whether that started with CE 5.0, I don't remember.
Is it for the Microsoft® Windows® CE 5.0 Device Emulator that runs on 2000 or XP ?
It can be freely downloaded.
http://www.microsoft.com/downloads/details.aspx?FamilyID=a120e012-ca31-4be9-a3bf-b9bf4f64ce72&DisplayLang=en
What CPU it emulates or type of executable it uses I don't have the information.
Is it possible to run a 2000 or XP executable ?
Don't use masm32, exactly, use Hutch's package for POASM, then you can build your ARM/XScale projects, test them using the emulator and use ActiveSync (downloadable from the same page) to move it to your device. That is what I am doing.
Paul