Link to home
Start Free TrialLog in
Avatar of RonMexico
RonMexico

asked on

Error while running Microsoft Embedded Visual C++

So, I'm trying to create a hello world old-school Windows CE program, but I don't have a device handy.  I downloaded Microsoft Embedded Visual C++, which I understand to be the Microsoft tool to create Windows CE programs, and which also seems to have an emulator (I want to develop on my desktop then move to the Win CE device).

So it installs fine, then I say File->New Project, WCE MFC Appwizard EXE.  I create the skeleton program, then try to build it.  The project type is "Win32 (WCE emulator) Debug" and "STANDARDSDK Emulator" seems to be the target.  It builds and then I get a progress dialog that says "Connecting to the device", "Starting Emulator Startup Server."  This progress dialog seems to take forever, then it goes away and in the Build dialog it says:

Test.exe - 0 error(s), 0 warning(s)
Downloading files
Timeout: Failed to connect to the device
Failed downloading

This is RIGHT out of the box, after MSEVC install, so I figure others must have run into this.  Is there something else I need to do to get the emulator running, and run a hello world program in it?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of mrwad99
mrwad99
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RonMexico
RonMexico

ASKER

Internet connection should be fine... I think it means downloading to the device.  And in this case it is just an "emulated" download to the emulator.