| Thread | Last Post | Replies |
|
| Port Windows XP driver to Windows Ce | 30 Sep 2007 21:04 GMT | 3 |
I am wondering if there is a very easy way of porting a windows xp driver to windows ce. Something in the order of copy-paste and modify a few registers easy. Thank you,
|
| WinCE MsgQueue Fns for Win32 ?? | 29 Sep 2007 21:47 GMT | 1 |
I have been successfully using the WinCE 6.0 Message Queues on a WinCE device and emulator, but I want to add conditional compilation so that my code will also run on Desktop Windows XP. WinXP supports MSMQ, but not the simpler Point-to-Point Message Queue
|
| wince kernal debugger | 28 Sep 2007 19:28 GMT | 1 |
we are trying to port WinCe on ARM Board we were able to run eboot and also able to download nk.bin image to the board successfully using Platform Builder Target Connectivity options Enabling KITL
|
| Windows CE 6.0 Monthly Updates wont install on Windows Vista | 28 Sep 2007 19:02 GMT | 2 |
I am trying to install the windows CE 6.0 monthly updates and receive the following error message. "There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor."
|
| stepping into 'new' causes system crash | 28 Sep 2007 16:20 GMT | 5 |
When I single-step into a new expression (e.g. 'new std::string;'), WinCE locks up hard. I'm debugging via ethernet, using CE5 on an x86 board. When I step into the 'new' expression, the debugger tells me that it lost connection with the target. I'm somewhat at a loss how to debug ...
|
| CE compiler defines | 28 Sep 2007 13:39 GMT | 17 |
What are the "standard" defines available when compiling for CE? For example, I have a partial list simply from using the project wizard: _WINDOWS _WIN32_WCE=$(CEVER) -> =0x500
|
| wince 5.0 how to measure the cpu load/usage of a driver accuratel | 28 Sep 2007 09:45 GMT | 1 |
Hi How can I measure the the CPU load/usage of a device driver accurately with less overhead of measuring mechanisim on stand-alone device of WM6(WCE5)? thanks
|
| how to load my Service ? | 28 Sep 2007 06:03 GMT | 2 |
I am making a service for WinCE 4.2 based device (using eVC). I have declared the DllMain, Init, Deinit, Close, Open and IOControl functions. I am not doing anything inside these functions. On debgging I came to know that Service.exe is calling DllMain, Init, IOControl and then ...
|
| How to WinCE Web Server & Application s/w data exchage? | 27 Sep 2007 23:48 GMT | 3 |
Hi, all I have a WinCE terminal for Web Service. It works fine(checked basic operation). And I need to send and receive data b/w Web Server & other UI program.
|
| HalAllocateCommonBuffer slow memory access | 27 Sep 2007 23:05 GMT | 1 |
i try to allocate a chunk of contiguous memory using HalAllocateCommonBuffer() and map it to virtual space using VirtuallCopy(). everything seems working unless the read/write speed is low. cache seems to be turned on already (since PAGE_READWRITE flag is NOT specified). any idea ...
|
| Win CE BSP based Development Kit - can load unlicensed run time image ?? | 27 Sep 2007 22:33 GMT | 3 |
All: This is a question about run-time license. After reading the EULA Im partially confused WRT distribution license.
|
| "Unable startup Windows CE platform Manager" | 27 Sep 2007 19:01 GMT | 7 |
I recently installed Platform Builder and I have been able to set breakpoints and debug my target. However, when I try to launch some of the remote tools such as the remote registry, I get an error message that says: "Unable startup Windows CE Platform Manager". The
|
| WM5 : how to write user-mode device driver ? | 27 Sep 2007 16:47 GMT | 8 |
I want to write a device driver with stream-interface on WM5.0 what determine my code is user-mode or kernel-mode ? how can I determine wheather a driver runs in kernel-mode or not ? thanks in advance
|
| wince kitl problems | 27 Sep 2007 10:19 GMT | 2 |
we are trying to port WinCe on ARM Board we were able to run eboot and also able to download nk.bin image to the board successfully using Platform Builder Target Connectivity options Enabling KITL
|
| Writing my application directly to flash | 27 Sep 2007 03:09 GMT | 3 |
I have wince 5.0 in my target device. I have webserver and sqlserver in my target device. i want to write my application and my database directly to flash memory of my target device.
|