I'm new to WCE but I'm going to develop an application with PC/104 board in a few months.

I've nearly chosen the target board (that will provide the SDK and a WCE image so as to make things easier), and I'd like to develop a demo without having the target.

I first made an MFC application and debugged it correctly using the standard emulator with EVC++4.0

*** PROBLEM ***
Then I tried to make a pure WIN32 application, but I cannot run it on a standard emulator, because I get the following error dialog:

"An application targeting a standard SDK for Windows CE.NET and built for the - WIN32 (WCE X86 CPU cannot be run on the emulator device. etc..."

# I noticed that most of the WIN32 are being emulated by PocketPc2003 SDK, but is it correct to install it even if I won't use those target devices?

# Is there another way to make it work?

Thanks