| Thread | Last Post | Replies |
|
| NDIS Timers stop working after power state change & suspend / resu | 30 Aug 2008 13:07 GMT | 1 |
Has anyone seen the following problem in an NDIS miniport driver on Windows CE 5.0? 1. Use SetDevicePower D4 on the miniport. 2. Suspend/resume
|
| Eboot for Device Emulator | 29 Aug 2008 12:46 GMT | 4 |
i have created a new solution for Windows Embedded CE 6.0 using BSP Device Emulator ARMV4i. There is the eboot in the Catalog Items but it isn't selectable. Why ? Can I use eboot with device emulator and then download a OS image ?
|
| Cab file installer/uninstaller. How to use it? please help me | 29 Aug 2008 05:41 GMT | 4 |
Am using Win CE 6.0 on my device with i.MX31 Freescale BSP. Am having 2 doubts. 1. Actually, i want to install my ".exe" files in the device using ActiveSync and cab file installer.
|
| what does "DeviceArrayIndex" registry value for? and ActiveSync | 28 Aug 2008 16:16 GMT | 6 |
Hi, I'm using CE 6.0 and have a question about ActiveSync via Serial. I'm setting a serial port and there's a registry value as below. [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial] "DeviceArrayIndex"=dword:1
|
| Gigabit network controller problems | 28 Aug 2008 16:09 GMT | 4 |
I have integrated gigabit ethernet drivers for Intel 82540 controller in WinCE 6.0. The controller is populated on a x86 board, there is also a Fast Ethernet controller on the same board. I am using CEPC as the BSP. I built the image in DEBUG MODE. After the image wakes up I ...
|
| Detecting the file system used | 28 Aug 2008 12:52 GMT | 8 |
Hi, All, I noticed that we can use the debug version to get the file system type, which is used in the storage device. Is there any other easy way to know this, such as WIN32 function?
|
| keypad locked or not (WM6) | 28 Aug 2008 10:52 GMT | 1 |
I'cant find what should I do to get information if on my device keypad is locked or not? (c++)
|
| compaction thread notification | 28 Aug 2008 04:16 GMT | 2 |
Is it possible to get a notification/event when the "Compaction" Thread starts running,this will help me to disallow the user from powering off the device.Currently I lose data stored in the Flash if the device is turned off while the compaction thread is running.I am using wince ...
|
| Current backlight status | 27 Aug 2008 17:02 GMT | 7 |
How to get information if on my device backlight is on or off now? I'm developing under c++ Best regards! .
|
| TCP socket connection between WinCE device and PC, via ActiveSync | 27 Aug 2008 17:01 GMT | 4 |
From what I read around in the threads, I see that the option in the message's title is possible. I haven't found an API for that, though. Is it the standard winsock API?
|
| Context menu in WinCE5.0 | 27 Aug 2008 16:58 GMT | 4 |
Is contect menu supported in WinCE5.0? I want to have apop up menu for a listview. Thanks in Advance. Regards,
|
| WZCEnumInterface from C# - Adapter Name is Blank. | 27 Aug 2008 16:46 GMT | 3 |
I am trying to invoke, the WZCEnumInterface() from C# code or Windows Mobile 6. WZCEnumInterface is success and the number of adapeters as it is saying is also 1. But the string I am not able get and print. Followin is my code. Please provide me some suggesstions.
|
| Persistent storage of configuration files on CEPC X86 CE6 device | 27 Aug 2008 05:33 GMT | 8 |
I have a CEPC x86 CE6 device that is booting, and operating nearly as desired. It boots from compact flash, using the bios boot loader. I would like to store a few configuration parameters on the device, and my intent currently is to have a simple file, config.txt or something of ...
|
| Making an application non-pageable | 26 Aug 2008 19:39 GMT | 6 |
I was wondering if there is a way to tell the kernel to not page a specific application. I have read this article http://blogs.msdn.com/ce_base/archive/2008/01/19/Paging-and-the-Windows-CE-Pagin g-Pool.aspx
|
| ce::auto_bstr construct | 26 Aug 2008 18:00 GMT | 3 |
Often, inside Windows CE sources, is used the following construct to define a BSTR variable: ce::auto_bstr bstr_xxx ; I understand that in this way a BSTR allocated through SysAllocString() is
|