0
votes
1answer
778 views

VS Emulator - Windows CE Device Error

I'm trying to learn how to write programs for Windows CE 6.0 I'm using Visual Studio 2008 and have the Windows Device Emulator v3 installed I'm running 64-bit Windows 7. When I try to start up the ...
0
votes
1answer
295 views

Application developed for WIN CE Emulator 5.0 does not work on WIN CE Device 6.0? [duplicate]

Possible Duplicate: Why simple console app runs but dialog based does not run in WIN CE 6.0? I am developing an application in embedded VC++ 4. When I choose WIN CE emulator 5.0 as ...
0
votes
1answer
880 views

How to make an emulator for Windows CE operating system targeting specific hardware

I think this is a common problem for all developers using building Windows CE 6.0 operating systems on specific hardware. I have a client that needs a custom operating system for its ICOP PDX-089T PC ...
0
votes
1answer
175 views

How to create clickable buttons on Windows CE emulator?

Basically I have created a emulator for a phone like device. I have also created a skin with buttons on it. I was just wondering how to actually make the buttons do something i.e. in relation to the ...
0
votes
1answer
1k views

How to emulate Windows CE 5.0 on ARMV4i architecture

I am developing Qt application for Windows CE 5.0 device. My setup is: Qt 4.7.3 compiled with Visual Studio 2005 using Windows CE 5.0 Standard SDK. Everything works OK on real device, though I would ...
1
vote
2answers
7k views

Windows CE emulator for Win 7

I am looking for a Windows 6 CE emulator, which I can use on my X86 32bit Win 7 Laptop. I just want to run a particular Win CE 7 software I have got on this Laptop. I found a few emulators, but all ...
4
votes
1answer
262 views

Is it possible to use the USB port of the host PC in Window CE 6.0 emulator?

I would need to use the USB port of the host PC in Windows CE 6.0 R3 emulator. Is this possible? or is there any kind of workarround? I would like to test my application without having my target, ...
1
vote
1answer
798 views

Where is Windows CE Platform Builder 3.00?

I need to emulate a Windows CE executable on my Windows 7 64-bit machine. Back in the day, I used eMbedded Visual C++ 4.0's bundled device emulator, but nowadays the cool kids want me to use "Platform ...
1
vote
1answer
540 views

Is it possible to use serial port in WinCE 5.0 emulator?

Is it possible to use PC's serial port (com1) for WinCE 5.0 emulator? How to do that? FYI, I am working on a program which will communicate with another device using serial port. I need to use winCE ...
1
vote
1answer
449 views

Running a custom Windows Ce image in emulator

I need to write a software which uses custom features of Windows CE and debug it using an emulator. I have Platform Builder installed and all the necessary tools. I use OS designer to create the ...
1
vote
1answer
12k views

64-bit Windows CE 5.0 Emulator

When attempting to run the Windows CE 5.0 emulator on my 64-bit system, I get the following error: "Emulator for Windows CE is incompatible with the host operating system. Emulator for CE ...
2
votes
2answers
5k views

Windows CE 5.0 emulator needed

I need an emulator for Windows CE 5.0 to test an embedded device (not PDA or smartphone) application that I am developing. This is what I have already tried: Visual Studio 2008 Pro includes an ...
1
vote
1answer
197 views

GetDiskFreeSpaceEx in winCE 5.0 emulator?

I am trying to use GetDiskFreeSpaceEx in wince5.0 emulator. This is the following code I have written. ULARGE_INTEGER notused, totalBytes, freeBytes; ...
2
votes
1answer
2k views

can i emulate windows ce 6 in pc without visual studio 2005

I've already built windows ce 6.0 and run it in windows ce emulator. but I want to run this without visual studio 2005. I found emulator for windows ce 5.0, but I couldn't find emulator for windows ce ...
0
votes
2answers
2k views

Is there a way to run Windows CE 6.0 emulator at a 1024 * 600 resolution?

We are creating an embedded application for Windows CE 6.0 for which we do not have the hardware yet. We would like to be able to run in emulation mode at a resolution of 1024 * 600 to develop as ...
1
vote
1answer
134 views

Annoying message when I start a debug session in the Windows CE 4.1 emulator

I have to maintain an old Compact Framework application written for Windows CE 4.1 in Visual Studio 2003 (sigh!). It's the German localized version of Visual Studio 2003. Every time i start a debug ...
0
votes
1answer
2k views

How to get folder sharing on Windows Mobile emulator to work

I am developing an application using Windows Mobile 5.0, under embedded VC++ 4.0, and using the emulator for debugging. I need to copy some files onto the emulator and planned on using the option to ...