The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Tyreal on July 13, 2006, 03:34:09 PM

Title: MASM32 With Windows CE
Post by: Tyreal on July 13, 2006, 03:34:09 PM
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.
Title: Re: MASM32 With Windows CE
Post by: dsouza123 on July 13, 2006, 04:57:05 PM
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 ?
Title: Re: MASM32 With Windows CE
Post by: Casper on July 14, 2006, 06:35:33 AM
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